Skip to content

Commit

Permalink
fix(deps): Upgrade Awaladroid to v1.14.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea authored Oct 4, 2023
1 parent 07fd681 commit a9d1526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'

// Awala-powered messaging
implementation 'com.github.relaycorp:awala-endpoint-android:1.13.25'
implementation 'com.github.relaycorp:awala-endpoint-android:1.14.0'
def bouncy_castle_version = "1.70"
implementation "org.bouncycastle:bcprov-jdk15on:$bouncy_castle_version"
implementation "org.bouncycastle:bcpkix-jdk15on:$bouncy_castle_version"
Expand Down

0 comments on commit a9d1526

Please sign in to comment.