Skip to content

Commit 42a1119

Browse files
authored
Create README.md
1 parent a8f5133 commit 42a1119

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AutoSave
2+
A framework can automatically generate OnSaveInstanceState code
3+
how to use:
4+
repositories {
5+
maven {
6+
url 'https://xqand.bintray.com/maven/'
7+
}
8+
}
9+
10+
dependencies {
11+
compile 'com.xqand:xqauto-api:1.1.0'
12+
compile 'com.xqand:xqauto-processor:1.1.0'
13+
compile 'com.xqand:xqauto-savehelper:1.1.0'
14+
}

0 commit comments

Comments
 (0)