Emaily/app/build.gradle
erik 702c13221e Updated copyright.
Added device default theme for progress dialog.
Updated bit.ly credential dialog layout.
2015-04-14 13:15:22 -07:00

25 lines
600 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "net.thauvin.erik.android.emaily"
minSdkVersion 14
targetSdkVersion 22
versionCode 2
versionName "1.1b9"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
//compile 'com.android.support:appcompat-v7:22.0.0'
}