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

@@ -17,11 +17,16 @@ android {
}
}
}
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
compile 'com.android.support:support-v4:19.0.1'
compile 'com.android.support:appcompat-v7:19.0.1'
compile 'com.nineoldandroids:library:2.4.0'
compile fileTree(dir: 'libs', include: ['*.aar'])
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':GlowPadBackport')
compile project(':SeekArc')
}