mirror of
https://github.com/shagr4th/droid48
synced 2024-11-16 20:12:34 +01:00
Use signing config
This commit is contained in:
parent
ad5a5e8fcc
commit
85a9e484df
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,14 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
dependencies {
|
||||
implementation 'com.getkeepsafe.relinker:relinker:1.4.5'
|
||||
|
|
Loading…
Reference in a new issue