File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ afterEvaluate {
39
39
release(MavenPublication ) {
40
40
from components. release
41
41
pom {
42
- groupId = ' com.amaze .mupdf.viewer'
42
+ groupId = ' com.artifex .mupdf.viewer'
43
43
artifactId = ' mupdf-android-viewer'
44
44
licenses {
45
45
license {
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ pluginManagement {
4
4
google()
5
5
mavenLocal()
6
6
jcenter()
7
+ maven {
8
+ url ' http://maven.ghostscript.com'
9
+ allowInsecureProtocol = true
10
+ }
7
11
mavenCentral()
8
12
maven { url " https://jitpack.io" }
9
13
}
@@ -14,12 +18,16 @@ dependencyResolutionManagement {
14
18
google()
15
19
mavenLocal()
16
20
jcenter()
21
+ maven {
22
+ url ' http://maven.ghostscript.com'
23
+ allowInsecureProtocol = true
24
+ }
17
25
mavenCentral()
18
26
maven { url " https://jitpack.io" }
19
27
}
20
28
}
21
29
22
- rootProject. name = " com.amaze .mupdf.viewer"
30
+ rootProject. name = " com.artifex .mupdf.viewer"
23
31
include ' :jni'
24
32
include ' :lib'
25
33
include ' :app'
You can’t perform that action at this time.
0 commit comments