Skip to content

Commit

Permalink
Downgrade SDK version, remove maven testing
Browse files Browse the repository at this point in the history
  • Loading branch information
berndkamplanyline committed Nov 23, 2022
1 parent 5a8f6bd commit d8f95ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion example/RNExampleApp/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ allprojects {
url "$rootDir/../node_modules/react-native/android"
}
maven { url 'https://anylinesdk.blob.core.windows.net/maven/' }
maven { url 'https://anylinesdk.blob.core.windows.net/testing/' }
google()
mavenCentral()
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion plugin/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repositories {

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'io.anyline:anylinesdk:42.1.0-sdky-1074-dev.1'
implementation 'io.anyline:anylinesdk:42.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 d8f95ef

Please sign in to comment.