From c82b5c028e30691fe0e4f346a89e1a90455dd61d Mon Sep 17 00:00:00 2001 From: "gary.archer" Date: Mon, 8 Jul 2024 10:42:01 +0200 Subject: [PATCH] Update to latest HAAPI SDK --- app/build.gradle.kts | 20 ++++++++++---------- build.gradle.kts | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ba7c1a9..b64fa12 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -70,17 +70,17 @@ android { } dependencies { - implementation("se.curity.identityserver:identityserver.haapi.android.ui.widget:4.0.0") + implementation("se.curity.identityserver:identityserver.haapi.android.ui.widget:4.2.0") - implementation("androidx.appcompat:appcompat:1.6.1") + implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") - implementation("com.google.android.material:material:1.10.0") - implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.6.2") - implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2") - implementation("androidx.navigation:navigation-fragment-ktx:2.7.5") - implementation("androidx.navigation:navigation-ui-ktx:2.7.5") - implementation("androidx.datastore:datastore-preferences:1.0.0") + implementation("com.google.android.material:material:1.12.0") + implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.8.3") + implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3") + implementation("androidx.navigation:navigation-fragment-ktx:2.7.7") + implementation("androidx.navigation:navigation-ui-ktx:2.7.7") + implementation("androidx.datastore:datastore-preferences:1.1.1") - implementation("org.bitbucket.b_c:jose4j:0.9.3") - implementation("com.squareup.okhttp3:okhttp:4.11.0") + implementation("org.bitbucket.b_c:jose4j:0.9.5") + implementation("com.squareup.okhttp3:okhttp:4.12.0") } diff --git a/build.gradle.kts b/build.gradle.kts index ed7e6b8..276dcde 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ */ plugins { - id("com.android.application") version "8.2.0" apply false - id("org.jetbrains.kotlin.android") version "1.9.20" apply false - id("org.jetbrains.kotlin.kapt") version "1.9.20" apply false + id("com.android.application") version "8.5.0" apply false + id("org.jetbrains.kotlin.android") version "2.0.0" apply false + id("org.jetbrains.kotlin.kapt") version "2.0.0" apply false } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1ee3180..e87297d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Tue Nov 15 12:47:27 CET 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME