From 7c1afd5ef932312fa8bc05a0fb669a668188f11a Mon Sep 17 00:00:00 2001 From: Sergey Eremin Date: Sun, 24 Jul 2016 05:28:34 +0300 Subject: [PATCH] Target SDK is now 24. Also bumping version to 0.4 --- README.md | 2 +- app/build.gradle | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9499222..853a33d 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ This app is for you if: * You keep forgetting to send a birthday sms to someone * You have that friend who doesn't seem to know what an alarm is -Tested on Android 2.2 and Android 6. Should work on everything in between. \ No newline at end of file +Tested on Android 2.2 and Android 7. Should work on everything in between. \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 30f7d15..aa7f6c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,15 +1,15 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 24 + buildToolsVersion "24.0.1" defaultConfig { applicationId "com.github.yeriomin.smsscheduler" minSdkVersion 8 - targetSdkVersion 23 - versionCode 3 - versionName "0.3" + targetSdkVersion 24 + versionCode 4 + versionName "0.4" } lintOptions { @@ -25,5 +25,4 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) }