Skip to content

Commit

Permalink
Update project's dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Jan 29, 2025
1 parent 71b73a3 commit 088f47d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
android {
namespace = "app.revanced.manager"
compileSdk = 35
buildToolsVersion = "35.0.0"
buildToolsVersion = "35.0.1"

defaultConfig {
applicationId = "app.revanced.manager"
Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ material3 = "1.3.1"
ui-tooling = "1.7.6"
viewmodel-lifecycle = "2.8.7"
splash-screen = "1.0.1"
activity = "1.9.3"
activity = "1.10.0"
appcompat = "1.7.0"
preferences-datastore = "1.1.1"
preferences-datastore = "1.1.2"
work-runtime = "2.10.0"
compose-bom = "2024.12.01"
compose-bom = "2025.01.00"
navigation = "2.8.5"
accompanist = "0.34.0"
accompanist = "0.37.0"
placeholder = "1.1.2"
reorderable = "1.5.2"
serialization = "1.7.3"
reorderable = "2.4.0"
serialization = "1.8.0"
collection = "0.3.8"
datetime = "0.6.0"
room-version = "2.6.1"
Expand All @@ -28,10 +28,10 @@ android-gradle-plugin = "8.8.0"
dev-tools-gradle-plugin = "2.1.0-1.0.29"
about-libraries-gradle-plugin = "11.1.1"
binary-compatibility-validator = "0.17.0"
coil = "2.6.0"
coil = "2.7.0"
app-icon-loader-coil = "1.5.0"
skrapeit = "1.2.2"
libsu = "5.2.2"
libsu = "6.0.0"
scrollbars = "1.0.4"
enumutil = "1.1.0"
compose-icons = "1.2.4"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionSha256Sum=8d97a97984f6cbd2b85fe4c60a743440a347544bf18818048e611f5288d46c94
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 088f47d

Please sign in to comment.