Moved to Android Studio.

Added theme to Google accounts selection dialog.
This commit is contained in:
Erik C. Thauvin 2015-04-14 11:39:19 -07:00
parent 3d9d98e11f
commit 1cfaa3b523
66 changed files with 1503 additions and 733 deletions

25
app/build.gradle Normal file
View file

@ -0,0 +1,25 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "net.thauvin.erik.android.emaily"
minSdkVersion 11
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'
}