We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831012a commit e4372d2Copy full SHA for e4372d2
2 files changed
app/build.gradle
@@ -45,8 +45,8 @@ dependencies {
45
//material
46
implementation 'com.google.android.material:material:1.3.0'
47
48
-// implementation 'com.github.loperSeven:DateTimePicker:master-SNAPSHOT'
49
- implementation project(path: ':date_time_picker')
+ implementation 'com.github.loperSeven:DateTimePicker:0.5.4'
+// implementation project(path: ':date_time_picker')
50
51
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
52
date_time_picker/build.gradle
@@ -32,6 +32,6 @@ android {
32
33
dependencies {
34
implementation fileTree(dir: 'libs', include: ['*.jar'])
35
- compileOnly 'com.google.android.material:material:1.3.0'
+ implementation 'com.google.android.material:material:1.3.0'
36
37
}
0 commit comments