Update gradle configuration

This commit is contained in:
Fredrik Fornwall
2016-06-26 22:38:36 +02:00
parent 5566b13073
commit 95a0878e10

View File

@@ -1,18 +1,18 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 23 compileSdkVersion 24
buildToolsVersion "23.0.3" buildToolsVersion "23.0.3"
dependencies { dependencies {
compile 'com.android.support:support-annotations:23.4.0' compile 'com.android.support:support-annotations:24.0.0'
compile "com.android.support:support-v4:23.4.0" compile "com.android.support:support-v4:24.0.0"
} }
defaultConfig { defaultConfig {
applicationId "com.termux" applicationId "com.termux"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 23 targetSdkVersion 24
versionCode 34 versionCode 34
versionName "0.35.PREVIEW1" versionName "0.35.PREVIEW1"