Bug fixes for Alarm service, to make sure we don't remove an inactive alarm service (thus preventing it from ever starting next time). Also add commented-out code for a radial timepicker, which can be reenabled when betterpickers releases 1.5.3 (but test it).
This commit is contained in:
@@ -32,12 +32,10 @@ dependencies {
|
||||
compile 'net.frakbot.glowpadbackport:glowpadbackport:+'
|
||||
//compile 'net.frakbot.glowpadbackport:glowpadbackport:2.1.0'
|
||||
|
||||
compile 'com.doomonafireball.betterpickers:library:+'
|
||||
//compile 'com.doomonafireball.betterpickers:library:+'
|
||||
//compile 'com.doomonafireball.betterpickers:library:1.5.2'
|
||||
//compile 'com.doomonafireball.betterpickers:library:1.5.3-SNAPSHOT'
|
||||
|
||||
//compile project(':GlowPadBackport')
|
||||
//compile project(':SeekArc')
|
||||
|
||||
//compile fileTree(dir: 'libs', include: ['*.aar'])
|
||||
//compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
//compile 'com.github.flavienlaurent.datetimepicker:library:+'
|
||||
//compile 'com.github.flavienlaurent.datetimepicker:library:0.0.1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user