Skip to content

Commit

Permalink
Updated networking
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed May 6, 2024
1 parent d25b370 commit 4a2d680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
// DO NOT UPGRADE ABOVE 3.12.X! Version 3.12 is the last version supporting TLS 1 and 1.1
// If upgraded, the app will crash on android 4.4
implementation("com.squareup.okhttp3:okhttp:3.12.13")
implementation("com.wultra.android.powerauth:powerauth-networking:1.3.0")
implementation("com.wultra.android.powerauth:powerauth-networking:1.4.0")

// Dependencies
compileOnly("com.wultra.android.powerauth:powerauth-sdk:1.8.0")
Expand All @@ -96,7 +96,7 @@ dependencies {
// Android tests
androidTestImplementation("com.jakewharton.threetenabp:threetenabp:1.1.1")
androidTestImplementation("com.wultra.android.powerauth:powerauth-sdk:1.8.0")
androidTestImplementation("com.wultra.android.powerauth:powerauth-networking:1.3.0")
androidTestImplementation("com.wultra.android.powerauth:powerauth-networking:1.4.0")
androidTestImplementation("androidx.test:runner:1.5.2")
androidTestImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test:core:1.5.0")
Expand Down

0 comments on commit 4a2d680

Please sign in to comment.