Signing the file for release.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -14,6 +14,8 @@ compiler/test/compiler.exe
|
||||
compiler/puzzles.bin
|
||||
local.properties
|
||||
import-summary.txt
|
||||
.keystore.jks
|
||||
.secret.gradle
|
||||
|
||||
*.swp
|
||||
|
||||
|
||||
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user