Skip to content

Commit

Permalink
更新material
Browse files Browse the repository at this point in the history
  • Loading branch information
loper7 committed Mar 4, 2022
1 parent 831012a commit e4372d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies {
//material
implementation 'com.google.android.material:material:1.3.0'

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

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

Expand Down
2 changes: 1 addition & 1 deletion date_time_picker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly 'com.google.android.material:material:1.3.0'
implementation 'com.google.android.material:material:1.3.0'

}

0 comments on commit e4372d2

Please sign in to comment.