|
@@ -9,7 +9,7 @@ buildscript {
|
|
|
google()
|
|
google()
|
|
|
}
|
|
}
|
|
|
dependencies {
|
|
dependencies {
|
|
|
- classpath 'com.android.tools.build:gradle:3.2.1'
|
|
|
|
|
|
|
+ classpath 'com.android.tools.build:gradle:3.3.0'
|
|
|
classpath 'com.jakewharton:butterknife-gradle-plugin:+'
|
|
classpath 'com.jakewharton:butterknife-gradle-plugin:+'
|
|
|
classpath 'com.neenbedankt.gradle.plugins:android-apt:+'
|
|
classpath 'com.neenbedankt.gradle.plugins:android-apt:+'
|
|
|
classpath 'org.greenrobot:greendao-gradle-plugin:3.1.0'
|
|
classpath 'org.greenrobot:greendao-gradle-plugin:3.1.0'
|
|
@@ -18,7 +18,7 @@ buildscript {
|
|
|
//Realm数据库
|
|
//Realm数据库
|
|
|
// classpath "io.realm:realm-gradle-plugin:3.7.0"
|
|
// classpath "io.realm:realm-gradle-plugin:3.7.0"
|
|
|
//插件化
|
|
//插件化
|
|
|
- classpath 'com.didi.virtualapk:gradle:0.9.8.6'
|
|
|
|
|
|
|
+// classpath 'com.didi.virtualapk:gradle:0.9.8.6'
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
// in the individual module build.gradle files
|
|
// in the individual module build.gradle files
|
|
|
|
|
|