From 3cf3cb1a9e034d2942c7d95a4ff74a9fe1328520 Mon Sep 17 00:00:00 2001 From: SSimco <37044560+SSimco@users.noreply.github.com> Date: Sun, 13 Oct 2024 11:31:04 +0300 Subject: [PATCH] Updated java dependencies --- src/android/app/build.gradle | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 3b67d0fe..a2efbdf7 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -10,7 +10,7 @@ if (keystorePropertiesFile.exists()) { android { namespace 'info.cemu.Cemu' compileSdk 34 - ndkVersion '26.1.10909125' + ndkVersion "27.1.12297006" defaultConfig { applicationId "info.cemu.Cemu" minSdk 30 @@ -87,16 +87,19 @@ android { } dependencies { - implementation "androidx.datastore:datastore-rxjava3:1.1.1" - implementation "androidx.datastore:datastore-preferences:1.1.1" - implementation "androidx.datastore:datastore:1.1.1" - implementation "com.squareup.okhttp3:okhttp:4.12.0" + implementation 'androidx.datastore:datastore-rxjava3:1.1.1' + implementation 'androidx.datastore:datastore-preferences:1.1.1' + implementation 'androidx.datastore:datastore:1.1.1' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'androidx.navigation:navigation-fragment:2.8.1' - implementation 'androidx.navigation:navigation-ui:2.8.1' + implementation 'androidx.navigation:navigation-fragment:2.8.2' + implementation 'androidx.navigation:navigation-ui:2.8.2' + implementation 'androidx.legacy:legacy-support-v4:1.0.0' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.6' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'