Skip to content

Commit 4bff3a5

Browse files
Bugs Fixes
1 parent dd10542 commit 4bff3a5

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/caches/gradle_models.ser

0 Bytes
Binary file not shown.

build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
buildscript {
2-
32
repositories {
43
google()
54
jcenter()
6-
mavenCentral()
7-
85
}
96
dependencies {
107
classpath 'com.android.tools.build:gradle:3.5.1'
@@ -14,13 +11,15 @@ buildscript {
1411

1512
allprojects {
1613
repositories {
17-
mavenCentral()
18-
maven { url "https://jitpack.io" }
1914
google()
2015
jcenter()
16+
mavenCentral()
17+
maven {
18+
url 'https://jitpack.io'
19+
}
2120
}
2221
}
2322

2423
task clean(type: Delete) {
2524
delete rootProject.buildDir
26-
}
25+
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 commit comments

Comments
 (0)