Skip to content

Commit e4372d2

Browse files
committed
更新material
1 parent 831012a commit e4372d2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dependencies {
4545
//material
4646
implementation 'com.google.android.material:material:1.3.0'
4747

48-
// implementation 'com.github.loperSeven:DateTimePicker:master-SNAPSHOT'
49-
implementation project(path: ':date_time_picker')
48+
implementation 'com.github.loperSeven:DateTimePicker:0.5.4'
49+
// implementation project(path: ':date_time_picker')
5050

5151
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
5252

date_time_picker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ android {
3232

3333
dependencies {
3434
implementation fileTree(dir: 'libs', include: ['*.jar'])
35-
compileOnly 'com.google.android.material:material:1.3.0'
35+
implementation 'com.google.android.material:material:1.3.0'
3636

3737
}

0 commit comments

Comments
 (0)