mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-26 20:06:02 +00:00
Removed unnecessary singingConfig from build.gradle
This commit is contained in:
parent
8ffae81f92
commit
23f7053e44
1 changed files with 3 additions and 21 deletions
24
build.gradle
24
build.gradle
|
@ -47,27 +47,9 @@ android {
|
||||||
testFunctionalTest true
|
testFunctionalTest true
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
buildTypes.debug {
|
||||||
release {
|
applicationIdSuffix ".debug"
|
||||||
if (System.getenv("key_alias")) {
|
debuggable true
|
||||||
storeFile = file(System.getenv("key_store"))
|
|
||||||
storePassword = System.getenv("key_store_password")
|
|
||||||
keyAlias = System.getenv("key_alias")
|
|
||||||
keyPassword = System.getenv("key_alias_password")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
buildTypes {
|
|
||||||
debug {
|
|
||||||
applicationIdSuffix ".debug"
|
|
||||||
debuggable true
|
|
||||||
}
|
|
||||||
release {
|
|
||||||
if (System.getenv("key_alias")) {
|
|
||||||
signingConfig signingConfigs.release
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
|
|
Loading…
Reference in a new issue