Skip to content

Commit

Permalink
Target SDK is now 24. Also bumping version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriomin committed Jul 24, 2016
1 parent f73395a commit 7c1afd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Tested on Android 2.2 and Android 7. Should work on everything in between.
11 changes: 5 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -25,5 +25,4 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}

0 comments on commit 7c1afd5

Please sign in to comment.