File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7462tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). configureEach {
You can’t perform that action at this time.
0 commit comments