Skip to content

Commit

Permalink
Merge branch 'release/0.3.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
wesdewitte committed Aug 25, 2021
2 parents 8884829 + a556e04 commit ec93b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ buildscript {
if (project == rootProject) {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
Expand Down Expand Up @@ -70,14 +69,14 @@ repositories {
// Android JSC is installed from npm
url "$rootDir/../node_modules/jsc-android/dist"
}
maven { url 'https://jitpack.io' }
google()
jcenter()
}

dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'io.flic:flic2lib-android:1.1.0'
implementation 'com.github.50ButtonsEach:flic2lib-android:1.+'

implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.13'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-flic2",
"version": "0.3.17",
"version": "0.3.18",
"description": "React Native Flic plugin made with the Flic2 SDK (unofficial)",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit ec93b6e

Please sign in to comment.