Refactor to allow for snooze reminders (snooze when user hits the back or home buttons).
This commit is contained in:
@@ -5,8 +5,8 @@ android {
|
||||
buildToolsVersion "19.0.1"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 10
|
||||
targetSdkVersion 19
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 16
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
@@ -17,3 +17,7 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.nineoldandroids:library:2.4.0'
|
||||
}
|
||||
Reference in New Issue
Block a user