Skip to content

Commit 513d6bc

Browse files
committed
Update dependencies
1 parent 4fba54c commit 513d6bc

File tree

3 files changed

+50
-7
lines changed

3 files changed

+50
-7
lines changed

.idea/misc.xml

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

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ dependencies {
7373
implementation(libs.moko.mvvm)
7474
implementation(libs.androidx.preference)
7575
implementation(libs.gson)
76-
implementation(libs.material)
7776
implementation(libs.patreonSupportersRetrieval)
7877
implementation(libs.bugsnag.android)
7978
implementation(libs.bugsnag.android.performance)

gradle/libs.versions.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[versions]
2-
agp = "8.4.0-beta01"
2+
agp = "8.4.0-rc01"
33
gson = "2.10.1"
4-
material = "1.12.0-beta01"
54
patreonsupportersretrieval = "d2e9143db2"
65
relinker = "1.4.5"
76
shizuku = "13.1.5"
@@ -12,19 +11,18 @@ coreKtx = "1.12.0"
1211
libsu = "5.2.2"
1312
lifecycleRuntimeKtx = "2.7.0"
1413
activityCompose = "1.8.2"
15-
composeBom = "2024.01.00-alpha03"
14+
composeBom = "2024.04.00-alpha01"
1615
moko-mvvm = "0.16.1"
1716
preference = "1.2.1"
18-
bugsnag-android = "6.2.0"
17+
bugsnag-android = "6.3.0"
1918
bugsnag-android-gradle = "8.1.0"
2019
bugsnag-android-performance = "1.2.2"
21-
materialComponents = "1.12.0-beta01"
20+
materialComponents = "1.12.0-rc01"
2221

2322
[libraries]
2423
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
2524
androidx-documentfile = { module = "androidx.documentfile:documentfile", version.ref = "documentfile" }
2625
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
27-
material = { module = "com.google.android.material:material", version.ref = "material" }
2826
patreonSupportersRetrieval = { module = "com.github.zacharee:PatreonSupportersRetrieval", version.ref = "patreonsupportersretrieval" }
2927
relinker = { module = "com.getkeepsafe.relinker:relinker", version.ref = "relinker" }
3028
shizuku-api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }

0 commit comments

Comments
 (0)