Skip to content

Commit c429b45

Browse files
committed
update
1 parent ef65204 commit c429b45

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

app/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ android {
1616
versionName "1.4"
1717
}
1818

19-
buildFeatures {
20-
viewBinding true
21-
}
22-
2319
signingConfigs {
2420
sign {
2521
storeFile file('key.jks')
@@ -60,15 +56,7 @@ dependencies {
6056
implementation 'dev.rikka.shizuku:api:13.0.0'
6157
implementation 'dev.rikka.shizuku:provider:13.0.0'
6258

63-
implementation 'com.google.android.material:material:1.14.0'
64-
6559
implementation 'androidx.annotation:annotation:1.10.0'
66-
implementation 'androidx.appcompat:appcompat:1.7.0'
67-
implementation 'androidx.fragment:fragment:1.8.5'
68-
implementation 'androidx.activity:activity:1.9.3'
69-
implementation 'androidx.core:core:1.13.1'
70-
implementation 'androidx.lifecycle:lifecycle-runtime:2.8.7'
71-
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.8.7'
7260
}
7361

7462
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {

0 commit comments

Comments
 (0)