Skip to content

Commit

Permalink
fix: Release to JitPack and get dependencies from Maven Central (#81)
Browse files Browse the repository at this point in the history
Due to #80
  • Loading branch information
gnarea authored Apr 9, 2021
1 parent d1d62c3 commit aebb1b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit aebb1b6

Please sign in to comment.