diff --git a/README.md b/README.md index 28a56b61..176f5b63 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Please refer to the [Android codelabs](https://codelabs.awala.network/?cat=andro ## Install -[Due to a bug in Android](https://issuetracker.google.com/issues/159151549), you'll have to exclude Bouncy Castle from Jetifier transformations by adding the following to `gradle.properties`: +[Get the latest version from JitPack](https://jitpack.io/#relaycorp/awala-endpoint-android). We'll release it to Maven Central [eventually](https://github.com/relaycorp/awala-endpoint-android/issues/80). + +[Due to a bug in Android](https://issuetracker.google.com/issues/159151549), you'll also have to exclude Bouncy Castle from Jetifier transformations by adding the following to `gradle.properties`: ``` # Workaround for https://issuetracker.google.com/issues/159151549 diff --git a/build.gradle b/build.gradle index 1e2cbb86..c6ea1562 100644 --- a/build.gradle +++ b/build.gradle @@ -22,6 +22,7 @@ allprojects { repositories { google() jcenter() + mavenCentral() } } diff --git a/lib/build.gradle b/lib/build.gradle index fcaa102d..82811eba 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -64,8 +64,8 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion" // Awala - implementation 'tech.relaycorp:relaynet:1.48.1' - implementation 'tech.relaycorp:poweb:1.5.16' + implementation 'tech.relaycorp:awala:1.48.5' + implementation 'tech.relaycorp:poweb:1.5.17' // Security implementation 'androidx.security:security-crypto:1.1.0-alpha03'