Skip to content

Commit 80438ae

Browse files
committed
Fix build failure
1 parent b2df95a commit 80438ae

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins {
22
id 'com.android.application' version '7.3.1' apply false
33
id 'com.android.library' version '7.3.1' apply false
4-
}
4+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
android.useAndroidX=true
2-
android.disableAutomaticComponentCreation=true
2+
#android.disableAutomaticComponentCreation=true

lib/build.gradle

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ afterEvaluate {
2525
publishing {
2626
publications {
2727
release(MavenPublication) {
28-
// from components.release
28+
from components.release
2929
pom {
3030
groupId = 'com.artifex.mupdf.viewer'
3131
artifactId = 'mupdf'
@@ -52,17 +52,5 @@ afterEvaluate {
5252
}
5353
}
5454
}
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-
}
6755
}
6856
}

0 commit comments

Comments
 (0)