chore: update dependencies (#964)
--------- Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
@@ -1,33 +1,29 @@
|
||||
[versions]
|
||||
agp = "8.2.2"
|
||||
apksig = "8.2.2"
|
||||
colorpicker-compose = "1.0.7"
|
||||
libsu = "5.2.2"
|
||||
guava = "33.0.0-jre"
|
||||
guava = "33.2.0-jre"
|
||||
jsoup = "1.17.2"
|
||||
kotlin = "1.9.22"
|
||||
kotlin = "1.9.23"
|
||||
kotlinx-coroutines-android = "1.8.0"
|
||||
compose-compiler = "1.5.9"
|
||||
|
||||
activity-ktx = "1.8.2"
|
||||
compose-compiler = "1.5.13"
|
||||
activity-ktx = "1.9.0"
|
||||
androidx-documentfile = "1.1.0-alpha01"
|
||||
coil-compose = "2.5.0"
|
||||
coil-compose = "2.6.0"
|
||||
navigation-compose = "2.7.7"
|
||||
osmdroid-android = "6.1.18"
|
||||
recyclerview = "1.3.2"
|
||||
|
||||
compose-bom = "2024.02.01"
|
||||
bcprov-jdk18on = "1.77"
|
||||
compose-bom = "2024.05.00" # make sure all ui components are fully working after updating this
|
||||
bcprov-jdk18on = "1.78.1"
|
||||
dexlib2 = "3.0.5"
|
||||
ffmpeg-kit = "6.0-2.LTS"
|
||||
gson = "2.10.1"
|
||||
junit = "5.10.2"
|
||||
material3 = "1.2.0"
|
||||
okhttp = "5.0.0-alpha.12"
|
||||
rhino = "1.7.14"
|
||||
material3 = "1.2.1"
|
||||
okhttp = "5.0.0-alpha.14"
|
||||
rhino = "1.7.15"
|
||||
rhino-android = "1.6.0"
|
||||
|
||||
|
||||
[libraries]
|
||||
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
|
||||
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity-ktx" }
|
||||
@@ -39,7 +35,7 @@ androidx-material-ripple = { module = "androidx.compose.material:material-ripple
|
||||
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation-compose" }
|
||||
androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
||||
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
||||
apksig = { module = "com.android.tools.build:apksig", version.ref = "apksig" }
|
||||
apksig = { module = "com.android.tools.build:apksig", version.ref = "agp" }
|
||||
bcprov-jdk18on = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bcprov-jdk18on" }
|
||||
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil-compose" }
|
||||
coil-video = { module = "io.coil-kt:coil-video", version.ref = "coil-compose" }
|
||||
@@ -58,11 +54,10 @@ recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version
|
||||
rhino = { module = "org.mozilla:rhino", version.ref = "rhino" }
|
||||
rhino-android = { group = "com.faendir.rhino", name = "rhino-android", version.ref = "rhino-android" }
|
||||
|
||||
|
||||
[plugins]
|
||||
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
||||
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
||||
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
|
||||
|
||||
[bundles]
|
||||
[bundles]
|
||||
|
||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,7 +1,7 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
Reference in New Issue
Block a user