From 5f0ee1cc81f19fe4b752399cf18092898f063df3 Mon Sep 17 00:00:00 2001 From: Jerboa-app Date: Sat, 19 Jul 2025 10:13:44 +0100 Subject: [PATCH] Update SKD to 35 and dependencies --- app/build.gradle | 18 +++++++++--------- build.gradle | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a6413cb..98197f6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,12 +42,12 @@ android { } } - compileSdk 34 + compileSdk 35 defaultConfig { applicationId "app.jerboa.spp" minSdk 23 - targetSdk 34 + targetSdk 35 versionCode 48 versionName "0.7.0" @@ -112,14 +112,14 @@ dependencies { } } - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.16.0' implementation "androidx.compose.ui:ui:$compose_version" implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' - implementation 'androidx.activity:activity-compose:1.9.0' - implementation "com.google.android.gms:play-services-games-v2:20.1.2" - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.2' + implementation 'androidx.activity:activity-compose:1.10.1' + implementation "com.google.android.gms:play-services-games-v2:21.0.0" + implementation 'androidx.appcompat:appcompat:1.7.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' @@ -127,6 +127,6 @@ dependencies { debugImplementation "androidx.compose.ui:ui-tooling:$compose_version" debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version" implementation "androidx.compose.runtime:runtime-livedata:$compose_version" - implementation 'com.google.android.gms:play-services-oss-licenses:17.1.0' - implementation("com.google.android.play:review:2.0.1") + implementation 'com.google.android.gms:play-services-oss-licenses:17.2.1' + implementation("com.google.android.play:review:2.0.2") } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 42d516c..1d07821 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ buildscript { ext { - compose_compiler_version = '1.5.14' - compose_version = '1.6.8' + compose_compiler_version = '1.5.15' + compose_version = '1.8.3' } repositories { google() @@ -15,9 +15,9 @@ buildscript { } // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.2.0' apply false - id 'com.android.library' version '8.2.0' apply false - id 'org.jetbrains.kotlin.android' version '1.9.24' apply false + id 'com.android.application' version '8.11.1' apply false + id 'com.android.library' version '8.11.1' apply false + id 'org.jetbrains.kotlin.android' version '1.9.25' apply false } task clean(type: Delete) { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1eaa189..2b68a16 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Thu Jun 09 16:03:18 BST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME