Skip to content

Commit df15748

Browse files
author
xiaoqi
committed
Merge remote-tracking branch 'origin/master'
2 parents 0e8f3d1 + 30d89cf commit df15748

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AutoSave
2+
A framework can automatically generate OnSaveInstanceState code
3+
##how to use:
4+
5+
repositories {
6+
maven {
7+
url 'https://xqand.bintray.com/maven/'
8+
}
9+
}
10+
11+
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'
15+
}

0 commit comments

Comments
 (0)