mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-19 22:37:08 +00:00
Upgrade compileSdk from 34 to 35, bump packages
* androidx.activity:activity-compose to 1.10.1 * androidx.appcompat:appcompat to 1.7.0 * androidx.compose.material:material-icons-extended to 1.7.8 * androidx.constraintlayout:constraintlayout to 2.2.1 * androidx.core:core-ktx to 1.16.0 * androidx.lifecycle:lifecycle-runtime-ktx to 2.9.0 * androidx.navigation:navigation-compose to 2.9.0 * androidx.test.espresso:espresso-core to 3.6.1 * androidx.test.ext:junit to 1.2.1 * br.com.devsrsouza.compose.icons:css-gg to 1.1.1 * com.anggrayudi:storage to 1.5.6 * com.google.code.gson:gson to 2.10.1 * net.java.dev.jna:jna to 5.17.0
This commit is contained in:
parent
e8e4c5aa61
commit
7a4017d164
1 changed files with 14 additions and 14 deletions
|
|
@ -5,7 +5,7 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'org.kenjinx.android'
|
namespace 'org.kenjinx.android'
|
||||||
compileSdk 34
|
compileSdk 35
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.kenjinx.android"
|
applicationId "org.kenjinx.android"
|
||||||
|
|
@ -87,40 +87,40 @@ tasks.named("preBuild") {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "androidx.compose.material:material-icons-extended:1.6.5"
|
implementation "androidx.compose.material:material-icons-extended:1.7.8"
|
||||||
implementation 'net.java.dev.jna:jna:5.14.0@aar'
|
implementation 'net.java.dev.jna:jna:5.17.0@aar'
|
||||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
implementation 'androidx.appcompat:appcompat:1.7.0'
|
||||||
implementation 'com.google.android.material:material:1.12.0'
|
implementation 'com.google.android.material:material:1.12.0'
|
||||||
implementation platform('androidx.compose:compose-bom:2024.05.00')
|
implementation platform('androidx.compose:compose-bom:2024.05.00')
|
||||||
implementation platform('androidx.compose:compose-bom:2024.05.00')
|
implementation platform('androidx.compose:compose-bom:2024.05.00')
|
||||||
androidTestImplementation platform('androidx.compose:compose-bom:2024.05.00')
|
androidTestImplementation platform('androidx.compose:compose-bom:2024.05.00')
|
||||||
androidTestImplementation platform('androidx.compose:compose-bom:2024.05.00')
|
androidTestImplementation platform('androidx.compose:compose-bom:2024.05.00')
|
||||||
runtimeOnly project(":libkenjinx")
|
runtimeOnly project(":libkenjinx")
|
||||||
implementation 'androidx.core:core-ktx:1.13.1'
|
implementation 'androidx.core:core-ktx:1.16.0'
|
||||||
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.24')
|
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.24')
|
||||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.0'
|
||||||
implementation "androidx.navigation:navigation-compose:2.7.7"
|
implementation "androidx.navigation:navigation-compose:2.9.0"
|
||||||
implementation 'androidx.activity:activity-compose:1.9.0'
|
implementation 'androidx.activity:activity-compose:1.10.1'
|
||||||
implementation platform('androidx.compose:compose-bom:2024.05.00')
|
implementation platform('androidx.compose:compose-bom:2024.05.00')
|
||||||
implementation 'androidx.compose.ui:ui'
|
implementation 'androidx.compose.ui:ui'
|
||||||
implementation 'androidx.compose.ui:ui-graphics'
|
implementation 'androidx.compose.ui:ui-graphics'
|
||||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||||
implementation 'androidx.compose.material3:material3'
|
implementation 'androidx.compose.material3:material3'
|
||||||
implementation 'com.github.swordfish90:radialgamepad:2.0.0'
|
implementation 'com.github.swordfish90:radialgamepad:2.0.0'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
|
||||||
implementation "com.anggrayudi:storage:1.5.5"
|
implementation "com.anggrayudi:storage:1.5.6"
|
||||||
implementation "androidx.preference:preference-ktx:1.2.1"
|
implementation "androidx.preference:preference-ktx:1.2.1"
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
|
||||||
implementation 'com.google.code.gson:gson:2.10.1'
|
implementation 'com.google.code.gson:gson:2.11.0'
|
||||||
implementation 'net.lingala.zip4j:zip4j:2.11.5'
|
implementation 'net.lingala.zip4j:zip4j:2.11.5'
|
||||||
implementation("br.com.devsrsouza.compose.icons:css-gg:1.1.0")
|
implementation('br.com.devsrsouza.compose.icons:css-gg:1.1.1')
|
||||||
implementation 'io.coil-kt:coil-compose:2.6.0'
|
implementation 'io.coil-kt:coil-compose:2.6.0'
|
||||||
implementation("com.halilibo.compose-richtext:richtext-ui:0.20.0")
|
implementation("com.halilibo.compose-richtext:richtext-ui:0.20.0")
|
||||||
implementation("com.halilibo.compose-richtext:richtext-commonmark:0.20.0")
|
implementation("com.halilibo.compose-richtext:richtext-commonmark:0.20.0")
|
||||||
implementation("com.halilibo.compose-richtext:richtext-ui-material3:0.20.0")
|
implementation("com.halilibo.compose-richtext:richtext-ui-material3:0.20.0")
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
|
||||||
androidTestImplementation platform('androidx.compose:compose-bom:2024.05.00')
|
androidTestImplementation platform('androidx.compose:compose-bom:2024.05.00')
|
||||||
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
|
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0'
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue