Skip to content

Commit

Permalink
Using upgraded networking as a base
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Nov 14, 2023
1 parent 067c201 commit c8ffdb1
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 @@ -81,7 +81,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.2.0")
implementation("com.wultra.android.powerauth:powerauth-networking:1.2.2")

// Dependencies
compileOnly("com.wultra.android.powerauth:powerauth-sdk:1.7.8")
Expand All @@ -93,7 +93,7 @@ dependencies {
// Android tests
androidTestImplementation("com.jakewharton.threetenabp:threetenabp:1.1.1")
androidTestImplementation("com.wultra.android.powerauth:powerauth-sdk:1.7.8")
androidTestImplementation("com.wultra.android.powerauth:powerauth-networking:1.2.0")
androidTestImplementation("com.wultra.android.powerauth:powerauth-networking:1.2.2")
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 c8ffdb1

Please sign in to comment.