mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Update dependencies
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user