diff --git a/library/build.gradle.kts b/library/build.gradle.kts index 88f9a9e..2a9c7b0 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -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") @@ -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")