File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 7
7
local.properties
8
8
MAVEN
9
9
tags
10
+ .DS_Store
11
+ app /.DS_Store
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ buildscript {
5
5
mavenLocal()
6
6
mavenCentral()
7
7
jcenter()
8
+
9
+ maven {
10
+ url ' http://maven.ghostscript.com'
11
+ allowInsecureProtocol = true
12
+ }
8
13
maven { url " https://jitpack.io" }
9
14
}
10
15
dependencies {
@@ -19,6 +24,11 @@ allprojects {
19
24
mavenLocal()
20
25
mavenCentral()
21
26
jcenter()
27
+
28
+ maven {
29
+ url ' http://maven.ghostscript.com'
30
+ allowInsecureProtocol = true
31
+ }
22
32
maven { url " https://jitpack.io" }
23
33
}
24
34
}
Original file line number Diff line number Diff line change @@ -19,18 +19,13 @@ android {
19
19
minSdkVersion 21
20
20
targetSdkVersion 31
21
21
}
22
- publishing {
23
- singleVariant(" release" ) {
24
- withSourcesJar()
25
- }
26
- }
27
22
}
28
23
29
24
afterEvaluate {
30
25
publishing {
31
26
publications {
32
27
release(MavenPublication ) {
33
- from components. release
28
+ // from components.release
34
29
pom {
35
30
groupId = ' com.artifex.mupdf.viewer'
36
31
artifactId = ' mupdf'
@@ -63,6 +58,10 @@ afterEvaluate {
63
58
mavenLocal()
64
59
mavenCentral()
65
60
jcenter()
61
+ maven {
62
+ url ' http://maven.ghostscript.com'
63
+ allowInsecureProtocol = true
64
+ }
66
65
maven { url " https://jitpack.io" }
67
66
}
68
67
}
You can’t perform that action at this time.
0 commit comments