Skip to content

Commit fd2cbc9

Browse files
Add files via upload
1 parent c0302c5 commit fd2cbc9

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

app/key.jks

2.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)