Skip to content

Commit 4202476

Browse files
author
xiaoqi
committed
Merge remote-tracking branch 'origin/master'
2 parents f5c9505 + bb6ecd3 commit 4202476

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AutoSave
22
A framework can automatically generate OnSaveInstanceState code
3+
4+
使用方法介绍 :http://blog.csdn.net/qq_25412055/article/details/54355935
35
##how to use:
46

57

@@ -14,12 +16,12 @@ A framework can automatically generate OnSaveInstanceState code
1416

1517
repositories {
1618
maven {
17-
url 'https://xqand.bintray.com/maven/'
19+
url 'https://dl.bintray.com/xqandroid/maven/'
1820
}
1921
}
2022

2123
dependencies {
22-
compile 'com.xqand:xqauto-api:1.1.3'
23-
apt 'com.xqand:xqauto-processor:1.1.3'
24-
compile 'com.xqand:xqauto-savehelper:1.1.3'
24+
compile 'com.xiaoqi:xqauto-api:1.1.0'
25+
apt 'com.xiaoqi:xqauto-processor:1.1.0'
26+
compile 'com.xiaoqi:xqauto-savehelper:1.1.0'
2527
}

0 commit comments

Comments
 (0)