We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b62b30 commit f5c9505Copy full SHA for f5c9505
1 file changed
build.gradle
@@ -25,10 +25,10 @@ task clean(type: Delete) {
25
26
//添加
27
ext {
28
- userOrg = 'xqand'
29
- groupId = 'com.xqand'
+ userOrg = 'xqandroid'
+ groupId = 'com.xiaoqi'
30
uploadName = 'AutoSave'
31
- publishVersion = '1.1.1'
+ publishVersion = '1.1.0'
32
desc = 'A framework can automatically generate OnSaveInstanceState code'
33
website = 'https://github.com/xiaoqiAndroid/AutoSave'
34
}
0 commit comments