Skip to content

Commit 76a1d3d

Browse files
build: use latest agp & sCommon
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 2d7123b commit 76a1d3d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ android {
7373
dependencies {
7474
implementation libs.axml
7575

76+
implementation libs.documentfile
77+
7678
implementation libs.crashreporter
7779
implementation libs.credits
78-
implementation libs.documentfile
7980
implementation libs.installerutils
8081
implementation libs.permissionutils
8182
implementation libs.themeutils

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
core = "6.0.0"
3-
agp = "9.1.0"
3+
agp = "9.1.1"
44
documentfileVersion = "1.1.0"
55
material = "1.13.0"
66
shizuku = "13.1.5"
7-
scommon = "d91cc0e601"
7+
scommon = "d532608ca4"
88
axml = "51db0eecad"
99
zip4j = "2.11.6"
1010

0 commit comments

Comments
 (0)