Skip to content

Commit a3c390b

Browse files
committed
Update project deps
1 parent d6fffb6 commit a3c390b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ afterEvaluate {
3939
release(MavenPublication) {
4040
from components.release
4141
pom {
42-
groupId = 'com.amaze.mupdf.viewer'
42+
groupId = 'com.artifex.mupdf.viewer'
4343
artifactId = 'mupdf-android-viewer'
4444
licenses {
4545
license {

settings.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ pluginManagement {
44
google()
55
mavenLocal()
66
jcenter()
7+
maven {
8+
url 'http://maven.ghostscript.com'
9+
allowInsecureProtocol = true
10+
}
711
mavenCentral()
812
maven { url "https://jitpack.io" }
913
}
@@ -14,12 +18,16 @@ dependencyResolutionManagement {
1418
google()
1519
mavenLocal()
1620
jcenter()
21+
maven {
22+
url 'http://maven.ghostscript.com'
23+
allowInsecureProtocol = true
24+
}
1725
mavenCentral()
1826
maven { url "https://jitpack.io" }
1927
}
2028
}
2129

22-
rootProject.name = "com.amaze.mupdf.viewer"
30+
rootProject.name = "com.artifex.mupdf.viewer"
2331
include ':jni'
2432
include ':lib'
2533
include ':app'

0 commit comments

Comments
 (0)