chore: update dependencies
Some checks failed
/ build-native-libraries-arm64-v8a (push) Successful in 10m52s
/ build-apk-arm64-v8a (push) Failing after 8m25s

This commit is contained in:
acx 2025-06-28 13:51:18 +02:00
parent 177a4fa6c9
commit 01589aaab0
No known key found for this signature in database
GPG key ID: 318D49FCE95DEA5A

View file

@ -121,18 +121,18 @@ dependencies {
//noinspection GradleDependency cannot be updated past 1.13.1 without bumping minSdkVersion
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.9.0'
// Logging
implementation 'com.jakewharton.timber:timber:5.0.1'
// Slide to Send tx sliders
implementation 'com.ncorti:slidetoact:0.9.0'
implementation 'com.ncorti:slidetoact:0.11.0'
// QR Code stuff
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'