We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f413a1 + 55ad0b9 commit ce11d8bCopy full SHA for ce11d8b
android/build.gradle
@@ -16,7 +16,7 @@ rootProject.allprojects {
16
repositories {
17
google()
18
jcenter()
19
- maven { url 'https://jitpack.io' }
+ mavenCentral()
20
}
21
22
@@ -43,5 +43,5 @@ artifacts.add("default", file('approov-sdk.aar'))
43
44
dependencies {
45
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
46
- implementation 'com.github.approov:approov-android-sdk:3.2.2'
+ implementation 'io.approov:approov-android-sdk:3.3.0'
47
0 commit comments