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']) }