Skip to content

Commit

Permalink
Update build tools, implementation
Browse files Browse the repository at this point in the history
 v12-alpha tools & use implementation
  • Loading branch information
lukeswitz committed Apr 24, 2018
1 parent de1401b commit dadc2b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-alpha08'
classpath 'com.android.tools.build:gradle:3.2.0-alpha12'

}

Expand Down Expand Up @@ -120,8 +120,7 @@ dependencies {
implementation 'com.maxproj.simplewaveform:app:1.0.0'
implementation 'com.takisoft.fix:preference-v7:27.1.0.0'
implementation 'com.wdullaer:materialdatetimepicker:3.5.2'

compile 'com.googlecode.libphonenumber:libphonenumber:8.7.0'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.7.0'
implementation('com.mikepenz:aboutlibraries:6.0.2@aar') {
transitive = true
}
Expand Down

0 comments on commit dadc2b5

Please sign in to comment.