Updated projects for SDK 23

This commit is contained in:
Erik C. Thauvin 2015-10-21 19:42:08 -07:00
parent c063b91d12
commit ce7e6fe692
7 changed files with 85 additions and 42 deletions

View file

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'versionPlugin'
android {
compileSdkVersion 22
buildToolsVersion "21.1.2"
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "net.thauvin.erik.android.emaily"
minSdkVersion 14
targetSdkVersion 22
targetSdkVersion 23
versionCode 2
versionName "1.1b10"
}
@ -37,5 +37,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
//compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.android.support:support-annotations:20.0.0'
compile 'com.android.support:support-annotations:23.1.0'
}