build: update dependencies (#479)
* build: update libraries * ci: remove android workflow --------- Co-authored-by: auth <64337177+authorisation@users.noreply.github.com> Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
@@ -1,21 +1,22 @@
|
||||
[versions]
|
||||
agp = "8.1.2"
|
||||
apksig = "8.0.2"
|
||||
agp = "8.2.0"
|
||||
apksig = "8.2.0"
|
||||
libsu = "5.2.1"
|
||||
guava = "32.1.3-jre"
|
||||
jsoup = "1.16.2"
|
||||
kotlin = "1.9.0"
|
||||
jsoup = "1.17.1"
|
||||
kotlin = "1.9.21"
|
||||
kotlinx-coroutines-android = "1.7.3"
|
||||
compose-compiler = "1.5.6"
|
||||
|
||||
activity-ktx = "1.8.0"
|
||||
activity-ktx = "1.8.1"
|
||||
androidx-documentfile = "1.1.0-alpha01"
|
||||
coil-compose = "2.4.0"
|
||||
navigation-compose = "2.7.4"
|
||||
coil-compose = "2.5.0"
|
||||
navigation-compose = "2.7.5"
|
||||
osmdroid-android = "6.1.17"
|
||||
recyclerview = "1.3.2"
|
||||
|
||||
compose-bom = "2023.10.01"
|
||||
bcprov-jdk18on = "1.76"
|
||||
bcprov-jdk18on = "1.77"
|
||||
dexlib2 = "2.5.2"
|
||||
ffmpeg-kit = "5.1.LTS" # DO NOT UPDATE FFMPEG-KIT TO "5.1" it breaks stuff :3
|
||||
gson = "2.10.1"
|
||||
@@ -60,5 +61,4 @@ 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.
6
gradle/wrapper/gradle-wrapper.properties
vendored
6
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,8 @@
|
||||
#Sun Aug 06 22:08:26 CEST 2023
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
|
||||
distributionSha256Sum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user