mysqlbrowser/app/build.gradle

25 lines
535 B
Groovy
Raw Permalink Normal View History

2014-07-09 05:59:52 +00:00
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
2014-07-09 05:59:52 +00:00
defaultConfig {
applicationId "info.nerull7.mysqlbrowser"
minSdkVersion 15
targetSdkVersion 19
2014-07-09 05:59:52 +00:00
versionCode 1
versionName "1.0"
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}