Skip to content

Commit 60a651b

Browse files
authored
Update README.md
1 parent df15748 commit 60a651b

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# AutoSave
22
A framework can automatically generate OnSaveInstanceState code
33
##how to use:
4+
   project gradle:
5+
dependencies {
6+
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
7+
....
8+
}
9+
10+
app gradle:
11+
apply plugin: 'android-apt'
412

513
repositories {
614
maven {
@@ -9,7 +17,7 @@ A framework can automatically generate OnSaveInstanceState code
917
}
1018

1119
dependencies {
12-
compile 'com.xqand:xqauto-api:1.1.0'
13-
compile 'com.xqand:xqauto-processor:1.1.0'
14-
compile 'com.xqand:xqauto-savehelper:1.1.0'
20+
compile 'com.xqand:xqauto-api:1.1.3'
21+
apt 'com.xqand:xqauto-processor:1.1.3'
22+
compile 'com.xqand:xqauto-savehelper:1.1.3'
1523
}

0 commit comments

Comments
 (0)