From 30ab86cb72b147064c0cf9ea92947ce07a192ba2 Mon Sep 17 00:00:00 2001 From: KeatonTheBot Date: Sat, 16 May 2026 20:36:05 -0500 Subject: [PATCH] Upgrade Android Gradle Plugin to 9.2.1, Gradle to 9.5.1, update dependencies --- src/KenjinxAndroid/app/build.gradle | 10 +++++----- src/KenjinxAndroid/build.gradle | 8 ++++---- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/KenjinxAndroid/app/build.gradle b/src/KenjinxAndroid/app/build.gradle index 7a9f53c8b..30f70bfe2 100644 --- a/src/KenjinxAndroid/app/build.gradle +++ b/src/KenjinxAndroid/app/build.gradle @@ -5,12 +5,12 @@ plugins { android { namespace = 'org.kenjinx.android' - compileSdk 36 + compileSdk 37 defaultConfig { applicationId "org.kenjinx.android" minSdk 29 - targetSdk 36 + targetSdk 37 versionCode 20100 versionName '2.1.0-pr.2' @@ -121,7 +121,7 @@ android { externalNativeBuild { cmake { path file('src/main/cpp/CMakeLists.txt') - version = '4.2.3' + version = '4.1.2' } } @@ -163,12 +163,12 @@ dependencies { implementation 'net.lingala.zip4j:zip4j:2.11.6' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2' - implementation platform('androidx.compose:compose-bom:2026.03.01') + implementation platform('androidx.compose:compose-bom:2026.05.00') implementation platform('org.jetbrains.kotlin:kotlin-bom:2.3.10') androidTestImplementation 'androidx.compose.ui:ui-test-junit4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' androidTestImplementation 'androidx.test.ext:junit:1.3.0' - androidTestImplementation platform('androidx.compose:compose-bom:2026.03.01') + androidTestImplementation platform('androidx.compose:compose-bom:2026.05.00') testImplementation 'junit:junit:4.13.2' debugImplementation 'androidx.compose.ui:ui-test-manifest' debugImplementation 'androidx.compose.ui:ui-tooling' diff --git a/src/KenjinxAndroid/build.gradle b/src/KenjinxAndroid/build.gradle index cdaa36fe5..3cb8cd82e 100644 --- a/src/KenjinxAndroid/build.gradle +++ b/src/KenjinxAndroid/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '9.1.0' apply false - id 'com.android.library' version '9.1.0' apply false - id 'org.jetbrains.kotlin.android' version '2.3.10' apply false - id 'org.jetbrains.kotlin.plugin.compose' version '2.3.10' apply false + id 'com.android.application' version '9.2.1' apply false + id 'com.android.library' version '9.2.1' apply false + id 'org.jetbrains.kotlin.android' version '2.3.21' apply false + id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21' apply false } diff --git a/src/KenjinxAndroid/gradle/wrapper/gradle-wrapper.properties b/src/KenjinxAndroid/gradle/wrapper/gradle-wrapper.properties index f09dc19bb..d4ade3f42 100644 --- a/src/KenjinxAndroid/gradle/wrapper/gradle-wrapper.properties +++ b/src/KenjinxAndroid/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Jun 30 08:45:05 UTC 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists