Skip to content

Commit 11a9679

Browse files
committed
I would call it release candidate
1 parent d4eb20d commit 11a9679

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ buildscript {
44

55
repositories {
66
google()
7-
jcenter()
7+
mavenCentral()
8+
// jcenter()
89
}
910
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.1.1'
11+
classpath 'com.android.tools.build:gradle:4.2.0-rc01'
1112

1213

1314
// NOTE: Do not place your application dependencies here; they belong
@@ -18,7 +19,8 @@ buildscript {
1819
allprojects {
1920
repositories {
2021
google()
21-
jcenter()
22+
mavenCentral()
23+
// jcenter()
2224
}
2325
}
2426

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Aug 19 09:54:52 CEST 2020
1+
#Wed Jan 06 14:36:52 CET 2021
22
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-6.1.1-all.zip
6+
distributionUrl=https://services.gradle.org/distributions/gradle-6.7.1-bin.zip

0 commit comments

Comments
 (0)