Skip to content

Commit ce11d8b

Browse files
authored
Merge pull request #6 from approov/feature/android-use-maven
Use maven central for android packages; update Android SDK to 3.3.0
2 parents 0f413a1 + 55ad0b9 commit ce11d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rootProject.allprojects {
1616
repositories {
1717
google()
1818
jcenter()
19-
maven { url 'https://jitpack.io' }
19+
mavenCentral()
2020
}
2121
}
2222

@@ -43,5 +43,5 @@ artifacts.add("default", file('approov-sdk.aar'))
4343

4444
dependencies {
4545
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
46-
implementation 'com.github.approov:approov-android-sdk:3.2.2'
46+
implementation 'io.approov:approov-android-sdk:3.3.0'
4747
}

0 commit comments

Comments
 (0)