Signing the file for release.

This commit is contained in:
2014-12-21 23:13:44 +04:00
parent 286bf09b9a
commit 2fee40ff4c
2 changed files with 4 additions and 15 deletions

2
.gitignore vendored
View File

@@ -14,6 +14,8 @@ compiler/test/compiler.exe
compiler/puzzles.bin
local.properties
import-summary.txt
.keystore.jks
.secret.gradle
*.swp

View File

@@ -54,14 +54,13 @@ android {
applicationId "org.vostan.sokoban"
minSdkVersion 10
targetSdkVersion 14
//applicationLabel="Banvor Debug"
}
apply from: new File(getRootDir(),'/.secret.gradle')
buildTypes {
release {
runProguard true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
signingConfig signingConfigs.sokoban_release
}
debug {
@@ -72,7 +71,6 @@ android {
sourceSets {
/*
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
resources.srcDirs = ['src']
@@ -90,17 +88,6 @@ android {
}
androidTest.setRoot("src/tests")
}
/*
signingConfigs {
release {
storeFile file('HelloConfig.keystore')
keyAlias 'HelloConfig'
storePassword 'laser.yams.heady.testy'
keyPassword 'fw.stabs.steady.wool'
}
}
*/
}
//repositories {}