Skip to content

Commit 567d5b9

Browse files
committed
commit forth
1 parent 4b0c188 commit 567d5b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jlibrary/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext{
2626
bintrayRepo = 'jlibrary'
2727
bintrayName = 'jlibrary'
2828

29-
publishedGroupId = 'com.code4a.jlibrary'
29+
publishedGroupId = 'com.code4a'
3030
libraryName = 'jlibrary'
3131
artifact = 'jlibrary'
3232

@@ -35,11 +35,11 @@ ext{
3535
siteUrl = 'https://github.com/code4a/JLibraryDemo'
3636
gitUrl = 'https://github.com/code4a/JLibraryDemo.git'
3737

38-
libraryVersion = '1.0.0'
38+
libraryVersion = '1.0.1'
3939

4040
developerId = 'code4a'
4141
developerName = 'Jiang Yantao'
42-
developerEmail = 'jiangyantaodev@163.com'
42+
developerEmail = 'hello_frameworks@126.com'
4343

4444
licenseName = 'The Apache Software License, Version 2.0'
4545
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'

jlibrary/src/main/java/com/code4a/jlibrary/utils/ShortCutUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/**
1414
* 创建删除快捷图标
15-
* <p/>
15+
*
1616
* 需要权限: com.android.launcher.permission.INSTALL_SHORTCUT
1717
* com.android.launcher.permission.UNINSTALL_SHORTCUT
1818
*/

0 commit comments

Comments
 (0)