Update gradle config and add Support Annotations

This commit is contained in:
Fredrik Fornwall
2015-11-29 00:25:51 +01:00
parent 271dd7dcee
commit d6f01bfe9a
2 changed files with 15 additions and 10 deletions

View File

@@ -2,7 +2,11 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"
dependencies {
compile 'com.android.support:support-annotations:23.1.1'
}
sourceSets {
main {
@@ -13,9 +17,9 @@ android {
defaultConfig {
applicationId "com.termux"
minSdkVersion 21
targetSdkVersion 22
versionCode 20
versionName "0.20"
targetSdkVersion 23
versionCode 21
versionName "0.21"
}
buildTypes {