diff --git a/build.gradle b/build.gradle index e50c4709d..278f33713 100644 --- a/build.gradle +++ b/build.gradle @@ -91,9 +91,8 @@ dependencies { compile group: 'net.i2p.android.ext', name: 'floatingactionbutton', version: '1.8.0' - compile ("com.doomonafireball.betterpickers:library:1.5.4") { + compile (group: 'com.github.flavienlaurent.datetimepicker', name: 'library', version: '0.0.2') { exclude group: 'com.android.support', module: 'support-v4' - exclude group: 'org.jraf', module: 'android-switch-backport' } compile(group: 'com.google.apis', name: 'google-api-services-tasks', version: 'v1-rev33-1.18.0-rc') { diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 3e1d32ba5..b7b8e6bfe 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -2,7 +2,6 @@ @@ -99,8 +98,6 @@ android:name="android.hardware.touchscreen" android:required="false" /> - -