File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,19 @@ android {
1515 versionCode 1018
1616 versionName " 1.4"
1717 }
18-
18+
1919 buildFeatures {
2020 viewBinding true
2121 }
22-
22+
23+ signingConfigs {
24+ sign {
25+ storeFile file(' key.jks' )
26+ keyAlias ' myKey'
27+ storePassword ' novzzmanager'
28+ keyPassword ' novzzmanager'
29+ }
30+ }
2331 buildTypes {
2432 debug {
2533 minifyEnabled false
@@ -28,6 +36,7 @@ android {
2836 debuggable true
2937 }
3038 release {
39+ signingConfig signingConfigs. sign
3140 minifyEnabled true
3241 shrinkResources true
3342 proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), rootProject. file(' proguard-rules.pro' )
@@ -50,7 +59,7 @@ dependencies {
5059
5160 implementation ' dev.rikka.shizuku:api:13.0.0'
5261 implementation ' dev.rikka.shizuku:provider:13.0.0'
53-
62+
5463 implementation ' com.google.android.material:material:1.14.0'
5564
5665 implementation ' androidx.annotation:annotation:1.10.0'
You can’t perform that action at this time.
0 commit comments