Skip to content

Commit b9703e6

Browse files
committed
支持kotlin,0.9.0
1 parent 5ab755a commit b9703e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
```
5757
apply plugin: 'com.android.application'
58-
apply plugin: 'com.neenbedankt.android-apt'
58+
5959
6060
//...
6161
dependencies {
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

0 commit comments

Comments
 (0)