libs.versions.toml (3904B) - raw
1 [versions] 2 agp = "8.4.2" 3 colorpicker-compose = "1.0.8" 4 libsu = "5.2.2" 5 guava = "33.2.1-jre" 6 jsoup = "1.17.2" 7 kotlin = "2.0.0" 8 compose-compiler = "2.0.21" 9 kotlinx-coroutines-android = "1.8.1" 10 activity-ktx = "1.9.3" 11 androidx-documentfile = "1.1.0-alpha01" 12 coil-compose = "2.6.0" 13 navigation-compose = "2.8.5" 14 osmdroid-android = "6.1.20" 15 recyclerview = "1.3.2" 16 compose-bom = "2024.12.01" # make sure all ui components are fully working after updating this 17 #noinspection GradleDependency 18 bcprov-jdk18on = "1.78.1" 19 dexlib2 = "3.0.9" 20 ffmpeg-kit = "6.0-2.LTS" 21 gson = "2.11.0" 22 junit = "5.10.2" 23 material3 = "1.3.1" 24 okhttp = "5.0.0-alpha.14" 25 rhino = "1.7.15" 26 rhino-android = "1.6.0" 27 rust-android = "0.9.6" 28 hiddenapibypass = "4.3" 29 30 [libraries] 31 androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" } 32 androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity-ktx" } 33 androidx-documentfile = { group = "androidx.documentfile", name = "documentfile", version.ref = "androidx-documentfile" } 34 androidx-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" } 35 androidx-material-icons-core = { module = "androidx.compose.material:material-icons-core" } 36 androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" } 37 androidx-material-ripple = { module = "androidx.compose.material:material-ripple" } 38 androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation-compose" } 39 androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling" } 40 androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" } 41 apksig = { module = "com.android.tools.build:apksig", version.ref = "agp" } 42 bcprov-jdk18on = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bcprov-jdk18on" } 43 coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil-compose" } 44 coil-video = { module = "io.coil-kt:coil-video", version.ref = "coil-compose" } 45 colorpicker-compose = { module = "com.github.skydoves:colorpicker-compose", version.ref = "colorpicker-compose" } 46 libsu = { module = "com.github.topjohnwu.libsu:core", version.ref = "libsu" } 47 coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines-android" } 48 dexlib2 = { group = "com.android.tools.smali", name = "smali-dexlib2", version.ref = "dexlib2" } 49 ffmpeg-kit = { group = "com.arthenica", name = "ffmpeg-kit-full-gpl", version.ref = "ffmpeg-kit" } 50 gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" } 51 guava = { module = "com.google.guava:guava", version.ref = "guava" } 52 jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" } 53 junit = { group = "org.junit.vintage", name = "junit-vintage-engine", version.ref = "junit" } 54 okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" } 55 osmdroid-android = { group = "org.osmdroid", name = "osmdroid-android", version.ref = "osmdroid-android" } 56 hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version.ref = "hiddenapibypass" } 57 recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" } 58 rhino = { module = "org.mozilla:rhino", version.ref = "rhino" } 59 rhino-android = { group = "com.faendir.rhino", name = "rhino-android", version.ref = "rhino-android" } 60 61 [plugins] 62 androidApplication = { id = "com.android.application", version.ref = "agp" } 63 androidLibrary = { id = "com.android.library", version.ref = "agp" } 64 kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } 65 compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "compose-compiler" } 66 rust-android = { id = "org.mozilla.rust-android-gradle.rust-android", version.ref = "rust-android" } 67 68 [bundles]