Moved to Android Studio.
This commit is contained in:
parent
0fa255ccee
commit
c5aaca4594
38 changed files with 814 additions and 242 deletions
29
app/build.gradle
Normal file
29
app/build.gradle
Normal file
|
@ -0,0 +1,29 @@
|
|||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'versionPlugin'
|
||||
|
||||
android {
|
||||
compileSdkVersion 8
|
||||
buildToolsVersion "21.1.2"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.thauvin.erik.android.spellit"
|
||||
minSdkVersion 3
|
||||
targetSdkVersion 3
|
||||
versionCode 3
|
||||
versionName "0.3.0"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
|
||||
versionPlugin {
|
||||
buildTypesMatcher = 'release'
|
||||
supportBuildNumber = false
|
||||
|
||||
fileNameFormat = '$projectName'
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue