Update dependencies

This commit is contained in:
KeatonTheBot
2026-02-13 16:21:57 -06:00
parent bfe7973d90
commit 40c32c7a20
3 changed files with 9 additions and 10 deletions
+5 -5
View File
@@ -89,7 +89,7 @@ tasks.named("preBuild") {
dependencies {
runtimeOnly project(":libkenjinx")
implementation 'androidx.activity:activity-compose:1.12.3'
implementation 'androidx.activity:activity-compose:1.12.4'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'androidx.compose.material3:material3'
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
@@ -111,15 +111,15 @@ dependencies {
implementation 'com.halilibo.compose-richtext:richtext-ui:0.20.0'
implementation 'io.coil-kt:coil-compose:2.7.0'
implementation 'net.java.dev.jna:jna:5.18.1@aar'
implementation 'net.lingala.zip4j:zip4j:2.11.5'
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.01.01')
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.3.0')
implementation platform('androidx.compose:compose-bom:2026.02.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.01.01')
androidTestImplementation platform('androidx.compose:compose-bom:2026.02.00')
testImplementation 'junit:junit:4.13.2'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
debugImplementation 'androidx.compose.ui:ui-tooling'
+4 -4
View File
@@ -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.0.0' apply false
id 'com.android.library' version '9.0.0' apply false
id 'org.jetbrains.kotlin.android' version '2.3.0' apply false
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.0' apply false
id 'com.android.application' version '9.0.1' apply false
id 'com.android.library' version '9.0.1' 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
}
@@ -116,7 +116,6 @@ tasks.register('compileLibKenjinx', Exec) {
if (configuration == "Release") {
baseArgs.addAll([
"-p:OptimizationPreference=Speed",
"-p:IlcOptimizationPreference=Speed",
"-p:IlcOptimizationLevel=3",
"-p:IlcFoldIdenticalMethodBodies=true",