Skip to content

Commit f5c9505

Browse files
author
xiaoqi
committed
update
1 parent 5b62b30 commit f5c9505

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ task clean(type: Delete) {
2525

2626
//添加
2727
ext {
28-
userOrg = 'xqand'
29-
groupId = 'com.xqand'
28+
userOrg = 'xqandroid'
29+
groupId = 'com.xiaoqi'
3030
uploadName = 'AutoSave'
31-
publishVersion = '1.1.1'
31+
publishVersion = '1.1.0'
3232
desc = 'A framework can automatically generate OnSaveInstanceState code'
3333
website = 'https://github.com/xiaoqiAndroid/AutoSave'
3434
}

0 commit comments

Comments
 (0)