Skip to content

Commit 0786cee

Browse files
authored
Update README.md
1 parent 5b62b30 commit 0786cee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ A framework can automatically generate OnSaveInstanceState code
1414

1515
repositories {
1616
maven {
17-
url 'https://xqand.bintray.com/maven/'
17+
url 'https://dl.bintray.com/xqandroid/maven/'
1818
}
1919
}
2020

2121
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'
22+
compile 'com.xiaoqi:xqauto-api:1.1.0'
23+
apt 'com.xiaoqi:xqauto-processor:1.1.0'
24+
compile 'com.xiaoqi:xqauto-savehelper:1.1.0'
2525
}

0 commit comments

Comments
 (0)