Skip to content

Commit 242c457

Browse files
committed
chore: Update project's dependencies to latest
1 parent 71b73a3 commit 242c457

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
android {
1414
namespace = "app.revanced.manager"
1515
compileSdk = 35
16-
buildToolsVersion = "35.0.0"
16+
buildToolsVersion = "35.0.1"
1717

1818
defaultConfig {
1919
applicationId = "app.revanced.manager"

gradle/libs.versions.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ material3 = "1.3.1"
44
ui-tooling = "1.7.6"
55
viewmodel-lifecycle = "2.8.7"
66
splash-screen = "1.0.1"
7-
activity = "1.9.3"
7+
activity = "1.10.0"
88
appcompat = "1.7.0"
9-
preferences-datastore = "1.1.1"
9+
preferences-datastore = "1.1.2"
1010
work-runtime = "2.10.0"
11-
compose-bom = "2024.12.01"
11+
compose-bom = "2025.01.00"
1212
navigation = "2.8.5"
13-
accompanist = "0.34.0"
13+
accompanist = "0.37.0"
1414
placeholder = "1.1.2"
15-
reorderable = "1.5.2"
16-
serialization = "1.7.3"
15+
reorderable = "2.4.0"
16+
serialization = "1.8.0"
1717
collection = "0.3.8"
1818
datetime = "0.6.0"
1919
room-version = "2.6.1"
@@ -28,10 +28,10 @@ android-gradle-plugin = "8.8.0"
2828
dev-tools-gradle-plugin = "2.1.0-1.0.29"
2929
about-libraries-gradle-plugin = "11.1.1"
3030
binary-compatibility-validator = "0.17.0"
31-
coil = "2.6.0"
31+
coil = "2.7.0"
3232
app-icon-loader-coil = "1.5.0"
3333
skrapeit = "1.2.2"
34-
libsu = "5.2.2"
34+
libsu = "6.0.0"
3535
scrollbars = "1.0.4"
3636
enumutil = "1.1.0"
3737
compose-icons = "1.2.4"

gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionSha256Sum=8d97a97984f6cbd2b85fe4c60a743440a347544bf18818048e611f5288d46c94
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)