Updated java dependencies

This commit is contained in:
SSimco 2024-10-13 11:31:04 +03:00
parent 1d17abd9d9
commit 3cf3cb1a9e

View File

@ -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'