Skip to content

Commit

Permalink
bumped build.grade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Müller committed Sep 30, 2020
1 parent 91d20b5 commit 645d5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/RNExampleApp/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allprojects {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
maven { url 'https://anylinesdk.blob.core.windows.net/testing/' }
maven { url 'https://anylinesdk.blob.core.windows.net/maven/' }
google()
jcenter()
flatDir {
Expand Down
4 changes: 2 additions & 2 deletions plugin/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ repositories {
dirs 'libs'
}
maven {
url 'https://anylinesdk.blob.core.windows.net/testing/'
url 'https://anylinesdk.blob.core.windows.net/maven/'
}
}

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'io.anyline:anylinesdk:24.1-RC1'
implementation 'io.anyline:anylinesdk:24.1'
implementation 'com.google.firebase:firebase-ml-vision:19.0.2'
implementation 'com.google.firebase:firebase-ml-vision-face-model:17.0.2'
implementation "com.facebook.react:react-native:+" // From node_modules
Expand Down

0 comments on commit 645d5a0

Please sign in to comment.