From 35bc91761ad1f8336f331c6b04cff8bf4d9ae064 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 24 Aug 2020 14:28:34 -0300 Subject: Upgrade to Kotlin 1.4 --- cashier/build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cashier') diff --git a/cashier/build.gradle b/cashier/build.gradle index 341562d..916758b 100644 --- a/cashier/build.gradle +++ b/cashier/build.gradle @@ -59,13 +59,14 @@ android { dependencies { implementation project(":taler-kotlin-android") - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'androidx.security:security-crypto:1.0.0-rc02' - implementation 'com.google.android.material:material:1.1.0' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0' + implementation 'androidx.security:security-crypto:1.0.0-rc03' + implementation 'com.google.android.material:material:1.2.0' implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version" + // https://github.com/square/okhttp/releases implementation "com.squareup.okhttp3:okhttp:3.12.12" testImplementation 'junit:junit:4.13' -- cgit v1.2.3