File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ buildscript {
4040 jcenter()
4141 }
4242 dependencies {
43- classpath "com.android.tools.build:gradle:1.5 .0"
43+ classpath "com.android.tools.build:gradle:3.1 .0"
4444 classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
4545 }
4646}
@@ -55,12 +55,12 @@ allprojects {
5555##### 配置app build.gradle
5656```
5757apply plugin: 'com.android.application'
58- apply plugin: 'com.neenbedankt.android-apt'
58+
5959
6060//...
6161dependencies {
62- compile 'com.github.joyrun.AptPreferences:aptpreferences:0.4.4 '
63- apt 'com.github.joyrun.AptPreferences:aptpreferences-compiler:0.4.4 '
62+ implementation 'com.github.joyrun.AptPreferences:aptpreferences:0.9.0 '
63+ annotationProcessor 'com.github.joyrun.AptPreferences:aptpreferences-compiler:0.9.0 '
6464}
6565```
6666
You can’t perform that action at this time.
0 commit comments