diff --git a/app/build.gradle b/app/build.gradle index faa294b0..24db12b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,18 +1,18 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 + compileSdkVersion 24 buildToolsVersion "23.0.3" dependencies { - compile 'com.android.support:support-annotations:23.4.0' - compile "com.android.support:support-v4:23.4.0" + compile 'com.android.support:support-annotations:24.0.0' + compile "com.android.support:support-v4:24.0.0" } defaultConfig { applicationId "com.termux" minSdkVersion 21 - targetSdkVersion 23 + targetSdkVersion 24 versionCode 34 versionName "0.35.PREVIEW1"