We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e8f3d1 + 30d89cf commit df15748Copy full SHA for df15748
1 file changed
README.md
@@ -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