Skip to content

Commit 73944c6

Browse files
committed
Update dependencies
AGP to 8.9.2 AndroidX activities to 1.10.1 AndroidX appcompat to 1.7.1 AndroidX biometric to 1.4.0-alpha04 AndroidX core to 1.16.0 AndroidX documentfile to 1.1.0 AndroidX room to 2.7.2 AndroidX splashscreen to 1.2.0-rc01 AndroidX webkit to 1.14.0 ARSCLib to 66051037ef BouncyCastle to 1.81 Desugar JDK libs to 2.1.5 Gradle to 9.0.0 Gson to 2.13.1 libAdb to 3.1.0 unApkm to 1.4 zstd to 1.5.7-4 Robolectric 4.15.1 (SDK to 35) Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
1 parent e181128 commit 73944c6

7 files changed

Lines changed: 139 additions & 135 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sdk=32
1+
sdk=35
22
shadows=io.github.muntashirakon.test.shadows.ShadowOsConstants,io.github.muntashirakon.test.shadows.ShadowOwners

docs/raw/en/main_vanilla.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
% SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
22
%! suppress = DocumentclassNotInRoot
33
\documentclass{memoir}
4+
\setstocksize{9in}{6in}
5+
\settrimmedsize{9in}{6in}{*}
6+
\setlrmarginsandblock{0.75in}{0.75in}{*}
7+
\setulmarginsandblock{1in}{1in}{*}
8+
\checkandfixthelayout
49

510
\newcommand{\Vanilla}{\LaTeX}
611

gradle/wrapper/gradle-wrapper.jar

1.83 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionSha256Sum=8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 94 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.gradle

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,43 @@ ext {
77
build_tools = '35.0.0'
88

99
// Gradle plugins
10-
agp_version = '8.8.0'
10+
agp_version = '8.9.2'
1111

1212
// 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
1515
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
3333
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
4141
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
4545

4646
// 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
4949
}

0 commit comments

Comments
 (0)