|
7 | 7 | build_tools = '35.0.0' |
8 | 8 |
|
9 | 9 | // Gradle plugins |
10 | | - agp_version = '8.8.0' |
| 10 | + agp_version = '8.9.2' |
11 | 11 |
|
12 | 12 | // Library dependencies |
13 | | - activity_version = "1.10.0" // Draw around the display cutouts |
14 | | - androidx_core_version = "1.15.0" // Added temporarily until appcompat migrates to it |
| 13 | + activity_version = "1.10.1" // Draw around the display cutouts |
| 14 | + androidx_core_version = "1.16.0" // Added temporarily until appcompat migrates to it |
15 | 15 | annotation_version = "1.9.1" |
16 | | - apksig_version = "4.4.0" |
17 | | - appcompat_version = "1.7.0" |
18 | | - arsclib_version = "cb342c16ad" |
19 | | - baksmali_version = "3.0.9" |
20 | | - biometric_version = "1.4.0-alpha02" |
21 | | - bouncycastle_version = "1.80" |
22 | | - desugar_jdk_version = "2.1.4" |
23 | | - documentfile_version = "1.1.0-alpha01" // AppCompat still includes the buggy implementation of documentfile library (1.0.0) |
24 | | - duration_picker = "c3c89adf3d" |
25 | | - fastscroll_version = "1.3.0" |
26 | | - gson_version = "2.11.0" |
27 | | - hiddenapibypass_version = "6.1" |
28 | | - jadx_version = "1.4.7" |
29 | | - jb_annotation_version = "26.0.2" // Compile-only |
30 | | - libadb_version = "3.0.0" |
31 | | - libsu_version = "6.0.0" |
32 | | - material_version = "1.12.0" |
| 16 | + apksig_version = "4.4.0" // https://github.com/MuntashirAkon/apksig-android |
| 17 | + appcompat_version = "1.7.1" // https://developer.android.com/jetpack/androidx/releases/appcompat |
| 18 | + arsclib_version = "66051037ef" // https://github.com/MuntashirAkon/ARSCLib |
| 19 | + baksmali_version = "3.0.9" // https://github.com/google/smali/tags |
| 20 | + biometric_version = "1.4.0-alpha04" |
| 21 | + bouncycastle_version = "1.81" // https://www.bouncycastle.org/download/bouncy-castle-java |
| 22 | + desugar_jdk_version = "2.1.5" // https://github.com/google/desugar_jdk_libs |
| 23 | + documentfile_version = "1.1.0" // AppCompat still includes the buggy implementation of documentfile library (1.0.0) |
| 24 | + duration_picker = "c3c89adf3d" // https://github.com/MuntashirAkon/time-duration-picker |
| 25 | + fastscroll_version = "1.3.0" // https://github.com/zhanghai/AndroidFastScroll |
| 26 | + gson_version = "2.13.1" // https://github.com/google/gson |
| 27 | + hiddenapibypass_version = "6.1" // https://github.com/LSPosed/AndroidHiddenApiBypass |
| 28 | + jadx_version = "1.4.7" // https://github.com/MuntashirAkon/jadx-android |
| 29 | + jb_annotation_version = "26.0.2" // https://github.com/JetBrains/java-annotations (Compile-only) |
| 30 | + libadb_version = "3.1.0" // https://github.com/MuntashirAkon/libadb-android |
| 31 | + libsu_version = "6.0.0" // https://github.com/topjohnwu/libsu |
| 32 | + material_version = "1.12.0" // https://github.com/material-components/material-components-android |
33 | 33 | preferences_version = "1.2.1" |
34 | | - refine_version = "4.0.0" |
35 | | - room_version = "2.6.1" |
36 | | - simplemagic_version = "1.17" |
37 | | - sora_editor_version = "0.22.2" |
38 | | - speed_dial_version = "3.3.0" |
39 | | - splashscreen_version = "1.2.0-alpha02" |
40 | | - sun_security_version = "1.1" |
| 34 | + refine_version = "4.0.0" // https://github.com/RikkaApps/HiddenApiRefinePlugin |
| 35 | + room_version = "2.7.2" |
| 36 | + simplemagic_version = "1.17" // https://github.com/j256/simplemagic |
| 37 | + sora_editor_version = "0.22.2" // https://github.com/MuntashirAkon/sora-editor |
| 38 | + speed_dial_version = "3.3.0" // https://github.com/leinardi/FloatingActionButtonSpeedDial |
| 39 | + splashscreen_version = "1.2.0-rc01" |
| 40 | + sun_security_version = "1.1" // https://github.com/MuntashirAkon/sun-security-android |
41 | 41 | swipe_refresh_version = "1.2.0-beta01" |
42 | | - unapkm_version = "1.2" |
43 | | - webkit_version = "1.12.1" |
44 | | - zstd_version = "1.5.6-10" |
| 42 | + unapkm_version = "v1.4" // https://github.com/MuntashirAkon/unapkm-android |
| 43 | + webkit_version = "1.14.0" |
| 44 | + zstd_version = "1.5.7-4" // https://github.com/luben/zstd-jni |
45 | 45 |
|
46 | 46 | // Test dependencies |
47 | | - junit_version = "4.13.2" |
48 | | - robolectric_version = "4.14.1" |
| 47 | + junit_version = "4.13.2" // https://github.com/junit-team/junit4 |
| 48 | + robolectric_version = "4.15.1" // https://github.com/robolectric/robolectric |
49 | 49 | } |
0 commit comments