File tree Expand file tree Collapse file tree 3 files changed +34
-34
lines changed Expand file tree Collapse file tree 3 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 1
- buildscript {
2
- repositories {
3
- gradlePluginPortal()
4
- google()
5
- mavenLocal()
6
- mavenCentral()
7
- jcenter()
8
-
9
- maven {
10
- url ' http://maven.ghostscript.com'
11
- allowInsecureProtocol = true
12
- }
13
- maven { url " https://jitpack.io" }
14
- }
15
- dependencies {
16
- classpath ' com.android.tools.build:gradle:7.2.1'
17
- }
18
- }
19
-
20
- allprojects {
21
- repositories {
22
- gradlePluginPortal()
23
- google()
24
- mavenLocal()
25
- mavenCentral()
26
- jcenter()
27
-
28
- maven {
29
- url ' http://maven.ghostscript.com'
30
- allowInsecureProtocol = true
31
- }
32
- maven { url " https://jitpack.io" }
33
- }
1
+ plugins {
2
+ id ' com.android.application' version ' 7.3.1' apply false
3
+ id ' com.android.library' version ' 7.3.1' apply false
34
4
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change
1
+ pluginManagement {
2
+ repositories {
3
+ gradlePluginPortal()
4
+ google()
5
+ mavenLocal()
6
+ mavenCentral()
7
+ jcenter()
8
+ maven {
9
+ url ' http://maven.ghostscript.com'
10
+ allowInsecureProtocol = true
11
+ }
12
+ maven { url " https://jitpack.io" }
13
+ }
14
+ }
15
+ dependencyResolutionManagement {
16
+ repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
17
+ repositories {
18
+ google()
19
+ mavenLocal()
20
+ mavenCentral()
21
+ jcenter()
22
+ maven {
23
+ url ' http://maven.ghostscript.com'
24
+ allowInsecureProtocol = true
25
+ }
26
+ maven { url " https://jitpack.io" }
27
+ }
28
+ }
29
+
30
+ rootProject. name = " com.artifex.mupdf.viewer"
1
31
include ' :jni'
2
32
include ' :lib'
3
33
include ' :app'
You can’t perform that action at this time.
0 commit comments