sign config
This commit is contained in:
parent
20e07e4f2b
commit
72168ba702
|
@ -9,7 +9,7 @@ android {
|
|||
compileSdk = 35
|
||||
|
||||
signingConfigs {
|
||||
getByName("release") {
|
||||
create("release") {
|
||||
storeFile = file("key.jks")
|
||||
storePassword = "androidgrape"
|
||||
keyAlias = "key0"
|
||||
|
@ -29,6 +29,7 @@ android {
|
|||
|
||||
buildTypes {
|
||||
release {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
isMinifyEnabled = false
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
|
|
Loading…
Reference in New Issue