From 49f12cf3479054749f6cbe39f55d3c40f04116ef Mon Sep 17 00:00:00 2001 From: pokkst Date: Fri, 28 Apr 2023 17:38:45 -0500 Subject: [PATCH] Update dependencies --- app/build.gradle | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a4abc8c..cce49e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "net.mynero.wallet" minSdkVersion 21 targetSdkVersion 33 - versionCode 40201 - versionName "0.4.2.1 'Fluorine Fermi'" + versionCode 40300 + versionName "0.4.3 'Fluorine Fermi'" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { @@ -125,19 +125,19 @@ static def getId(name) { } dependencies { - implementation 'androidx.core:core:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.core:core:1.10.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.recyclerview:recyclerview:1.2.1' + implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.preference:preference:1.2.0' - implementation 'com.google.android.material:material:1.6.1' + implementation 'com.google.android.material:material:1.8.0' implementation 'com.journeyapps:zxing-android-embedded:4.3.0' - implementation "com.squareup.okhttp3:okhttp:4.9.3" + implementation "com.squareup.okhttp3:okhttp:4.10.0" implementation "io.github.rburgst:okhttp-digest:2.6" implementation "com.jakewharton.timber:timber:5.0.1" @@ -146,14 +146,13 @@ dependencies { implementation fileTree(dir: 'libs/classes', include: ['*.jar']) implementation 'com.nulab-inc:zxcvbn:1.5.2' - implementation 'dnsjava:dnsjava:2.1.9' implementation 'org.jitsi:dnssecjava:1.2.0' implementation 'org.slf4j:slf4j-nop:1.7.36' implementation 'com.github.brnunes:swipeablerecyclerview:1.0.2' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' - implementation 'androidx.navigation:navigation-fragment:2.5.1' - implementation 'androidx.navigation:navigation-ui:2.5.1' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1' + implementation 'androidx.navigation:navigation-fragment:2.5.3' + implementation 'androidx.navigation:navigation-ui:2.5.3' implementation 'androidx.leanback:leanback:1.0.0' //noinspection GradleDependency