File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' com.android.application' version ' 7.3.1' apply false
3
3
id ' com.android.library' version ' 7.3.1' apply false
4
- }
4
+ }
Original file line number Diff line number Diff line change 1
1
android.useAndroidX =true
2
- android.disableAutomaticComponentCreation =true
2
+ # android.disableAutomaticComponentCreation=true
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ afterEvaluate {
25
25
publishing {
26
26
publications {
27
27
release(MavenPublication ) {
28
- // from components.release
28
+ from components. release
29
29
pom {
30
30
groupId = ' com.artifex.mupdf.viewer'
31
31
artifactId = ' mupdf'
@@ -52,17 +52,5 @@ afterEvaluate {
52
52
}
53
53
}
54
54
}
55
- repositories {
56
- gradlePluginPortal()
57
- google()
58
- mavenLocal()
59
- mavenCentral()
60
- jcenter()
61
- maven {
62
- url ' http://maven.ghostscript.com'
63
- allowInsecureProtocol = true
64
- }
65
- maven { url " https://jitpack.io" }
66
- }
67
55
}
68
56
}
You can’t perform that action at this time.
0 commit comments