Don't append signingConfigs to build.gradle
This commit is contained in:
parent
465e3a01d4
commit
abddf4ab83
@ -85,18 +85,7 @@ stdenv.mkDerivation ({
|
|||||||
echo "RELEASE_KEY_ALIAS=${keyAlias}"
|
echo "RELEASE_KEY_ALIAS=${keyAlias}"
|
||||||
echo "RELEASE_STORE_PASSWORD=${keyStorePassword}"
|
echo "RELEASE_STORE_PASSWORD=${keyStorePassword}"
|
||||||
echo "RELEASE_KEY_PASSWORD=${keyAliasPassword}"
|
echo "RELEASE_KEY_PASSWORD=${keyAliasPassword}"
|
||||||
) >> local.properties
|
) >> gradle.properties
|
||||||
|
|
||||||
cat >>build.gradle <<EOF
|
|
||||||
signingConfigs {
|
|
||||||
release {
|
|
||||||
storeFile file(RELEASE_STORE_FILE)
|
|
||||||
storePassword RELEASE_STORE_PASSWORD
|
|
||||||
keyAlias RELEASE_KEY_ALIAS
|
|
||||||
keyPassword RELEASE_KEY_PASSWORD
|
|
||||||
}
|
|
||||||
}
|
|
||||||
EOF
|
|
||||||
''}
|
''}
|
||||||
buildDir=`pwd`
|
buildDir=`pwd`
|
||||||
cp -r $ANDROID_HOME $buildDir/local_sdk
|
cp -r $ANDROID_HOME $buildDir/local_sdk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user