Skip to content

Commit

Permalink
Update libs and amaze_backup.json
Browse files Browse the repository at this point in the history
Updated:
- Gradle
- sshj
- Glide
- slf4j and logback
- AndroidX test libs
- gson
- okhttp
  • Loading branch information
TranceLove committed Feb 11, 2025
1 parent fa2abeb commit 1518e93
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
compileSdk libs.versions.compileSdk.get().toInteger()
packagingOptions {
resources {
excludes += ['proguard-project.txt', 'project.properties', 'META-INF/LICENSE.txt', 'META-INF/LICENSE', 'META-INF/NOTICE.txt', 'META-INF/NOTICE', 'META-INF/DEPENDENCIES.txt', 'META-INF/DEPENDENCIES']
excludes += ['proguard-project.txt', 'project.properties', 'META-INF/LICENSE.txt', 'META-INF/LICENSE', 'META-INF/NOTICE.txt', 'META-INF/NOTICE', 'META-INF/DEPENDENCIES.txt', 'META-INF/DEPENDENCIES', 'META-INF/versions/9/OSGI-INF/MANIFEST.MF']
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/androidTest/resources/amaze_backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"delete_confirmation": true,
"apks": true,
"audio/mpeg_DEFAULT": "phone.vishnu.dialogmusicplayer.MainActivity phone.vishnu.dialogmusicplayer",
"acra.lastVersionNr": 117,
"acra.lastVersionNr": 121,
"goBack_checkbox": false
}
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ targetSdk = "34"
kotlin = "1.9.10"

jacocoAndroid = "0.2.1"
gradle = "8.5.1"
gradle = "8.5.2"

easylauncher = "6.1.0"
legacySupportV13 = "1.0.0"
systembartint = "1.0.3"
robolectric = "4.9"
glide = "4.14.2"
sshj = "0.35.0"
glide = "4.16.0"
sshj = "0.39.0"
jcifs = "2.1.9"
eventbus = "3.3.1"
fabSpeedDial = "3.3.0"
Expand All @@ -31,17 +31,17 @@ androidXPalette = "1.0.0"
androidXCardView = "1.0.0"
androidXConstraintLayout = "1.1.3"
androidXBiometric = "1.1.0"
androidXTest = "1.5.0"
androidXTestRunner = "1.5.2"
androidXTestExt = "1.1.5"
androidXTest = "1.6.1"
androidXTestRunner = "1.6.2"
androidXTestExt = "1.2.1"
androidXArchCoreTest = "2.2.0"
androidXMultidex = "2.0.1"
autoService = "1.0-rc4"
kotlinxCoroutineTest = "1.7.3"
kotlinStdlibJdk8 = "1.9.20"
uiAutomator = "2.3.0"
junit = "4.13.2"
slf4j = "2.0.7"
slf4j = "2.0.13"
apacheSshd = "1.7.0"
apacheMina = "2.0.16"
mockito = "4.11.0"
Expand All @@ -50,7 +50,7 @@ mockitoKotlin = "4.1.0"
androidBilling = "6.0.1"
cloudrailSiAndroid = "2.22.4"
junrar = "7.4.0"
vectordrawableAnimated = "1.1.0"
vectordrawableAnimated = "1.2.0"
xz = "1.9"
zip4j = "2.6.4"
espresso = "3.6.1"
Expand All @@ -60,14 +60,14 @@ commonsCompress = "1.22"
libsu = "3.2.1"
mockk = "1.13.4"
logbackAndroid = "3.0.0"
logbackClassic = "1.2.11"
logbackClassic = "1.4.14"
commonsNet = "3.8.0"
ftpserver = "1.1.1"
jsoup = "1.16.1"
gson = "2.9.1"
gson = "2.11.0"
rxAndroid = "2.1.1"
rxJava = "2.2.9"
okHttp = "4.9.0"
okHttp = "4.12.0"
acraCore = "5.7.0"
leakcanaryAndroid = "2.7"
mpAndroidChart = "v3.0.2"
Expand Down

0 comments on commit 1518e93

Please sign in to comment.