We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b62b30 commit 0786ceeCopy full SHA for 0786cee
1 file changed
README.md
@@ -14,12 +14,12 @@ A framework can automatically generate OnSaveInstanceState code
14
15
repositories {
16
maven {
17
- url 'https://xqand.bintray.com/maven/'
+ url 'https://dl.bintray.com/xqandroid/maven/'
18
}
19
20
21
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'
+ compile 'com.xiaoqi:xqauto-api:1.1.0'
+ apt 'com.xiaoqi:xqauto-processor:1.1.0'
+ compile 'com.xiaoqi:xqauto-savehelper:1.1.0'
25
0 commit comments