@@ -11,7 +11,7 @@ task androidSourcesJar(type: Jar) {
11
11
12
12
ext {
13
13
PUBLISH_GROUP_ID = ' io.github.BAByte'
14
- PUBLISH_VERSION = ' 1.0.1 '
14
+ PUBLISH_VERSION = ' 1.0.2 '
15
15
}
16
16
17
17
ext[" signing.keyId" ] = ' '
@@ -49,12 +49,12 @@ publishing {
49
49
name = PUBLISH_ARTIFACT_ID
50
50
description = ' native crash tool'
51
51
// If your project has a dedicated site, use its URL here
52
- url = ' https://github.com/BAByte/BANativeCrash '
52
+ url = ' https://github.com/BAByte/NativeCrash2Java '
53
53
licenses {
54
54
license {
55
55
// 协议类型,一般默认Apache License2.0的话不用改:
56
- name = ' The Apache License, Version 2.0 '
57
- url = ' http ://www.apache.org/licenses/ LICENSE-2.0.txt '
56
+ name = ' MIT License'
57
+ url = ' https ://github.com/BAByte/NativeCrash2Java/blob/main/ LICENSE'
58
58
}
59
59
}
60
60
developers {
@@ -67,10 +67,10 @@ publishing {
67
67
// Version control info, if you're using GitHub, follow the format as seen here
68
68
scm {
69
69
// 修改成你的Git地址:
70
- connection = ' https://github.com/BAByte/BANativeCrash .git'
71
- developerConnection = ' https://github.com/BAByte/BANativeCrash .git'
70
+ connection = ' https://github.com/BAByte/NativeCrash2Java .git'
71
+ developerConnection = ' https://github.com/BAByte/NativeCrash2Java .git'
72
72
// 分支地址:
73
- url = ' https://github.com/BAByte/BANativeCrash .git/tree/master'
73
+ url = ' https://github.com/BAByte/NativeCrash2Java .git/tree/master'
74
74
}
75
75
// A slightly hacky fix so that your POM will include any transitive dependencies
76
76
// that your library builds upon
0 commit comments