Refactor to allow for snooze reminders (snooze when user hits the back or home buttons).

This commit is contained in:
2014-03-27 21:15:27 +02:00
parent c2806f2231
commit 1813f3faa6
57 changed files with 4737 additions and 94 deletions

View File

@@ -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'
}