Gradle 4 and Android plugin 3, fix #433
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
dependencies {
|
||||
compile project(':vtm-android')
|
||||
compile project(':vtm-themes')
|
||||
compile project(':vtm-extras')
|
||||
compile 'com.noveogroup.android:android-logger:1.3.6'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
implementation project(':vtm-android')
|
||||
implementation project(':vtm-themes')
|
||||
implementation project(':vtm-extras')
|
||||
implementation 'com.noveogroup.android:android-logger:1.3.6'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
}
|
||||
|
||||
android {
|
||||
|
||||
Reference in New Issue
Block a user