Upgrade Android Gradle Plugin to 9.1.0, Gradle to 9.4.0, update dependencies

This commit is contained in:
KeatonTheBot
2026-03-06 08:04:23 -06:00
parent b4d0f10568
commit ce2f2a14af
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -114,12 +114,12 @@ dependencies {
implementation 'net.lingala.zip4j:zip4j:2.11.6' implementation 'net.lingala.zip4j:zip4j:2.11.6'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2'
implementation platform('androidx.compose:compose-bom:2026.02.00') implementation platform('androidx.compose:compose-bom:2026.02.01')
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.3.10') implementation platform('org.jetbrains.kotlin:kotlin-bom:2.3.10')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4' androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.ext:junit:1.3.0'
androidTestImplementation platform('androidx.compose:compose-bom:2026.02.00') androidTestImplementation platform('androidx.compose:compose-bom:2026.02.01')
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
debugImplementation 'androidx.compose.ui:ui-test-manifest' debugImplementation 'androidx.compose.ui:ui-test-manifest'
debugImplementation 'androidx.compose.ui:ui-tooling' debugImplementation 'androidx.compose.ui:ui-tooling'
+2 -2
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '9.0.1' apply false id 'com.android.application' version '9.1.0' apply false
id 'com.android.library' version '9.0.1' 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.android' version '2.3.10' apply false
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.10' apply false id 'org.jetbrains.kotlin.plugin.compose' version '2.3.10' apply false
} }
@@ -1,6 +1,6 @@
#Fri Jun 30 08:45:05 UTC 2023 #Fri Jun 30 08:45:05 UTC 2023
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists