Skip to content

Commit

Permalink
Update Android version to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickAnyline committed Oct 6, 2021
1 parent a8711e4 commit b73f492
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 @@ -59,13 +59,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:34.0.0-RC5'
implementation 'io.anyline:anylinesdk:34.0.0'
implementation "com.facebook.react:react-native:+" // from node_modules
implementation("com.google.android.material:material:1.4.0-rc01")
implementation 'androidx.multidex:multidex:2.0.1'
Expand Down

0 comments on commit b73f492

Please sign in to comment.