Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit f6ecea4

Browse files
committed
Update Kotlin and gradle versions
Update Kotlin version to 1.3.72 Update Android Gradle plugin version to 4.0.0 Update Gradle version to 6.1.1
1 parent 369e0f7 commit f6ecea4

File tree

32 files changed

+66
-82
lines changed

32 files changed

+66
-82
lines changed

AboutMeDataBinding-Starter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.11'
4+
ext.kotlin_version = '1.3.72'
55
repositories {
66
google()
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.3.0'
10+
classpath 'com.android.tools.build:gradle:4.0.0'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Nov 21 11:39:29 PST 2018
1+
#Fri Jun 26 11:20:31 PDT 2020
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-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

AboutMeInteractive-Starter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818

1919
buildscript {
20-
ext.kotlin_version = '1.3.11'
20+
ext.kotlin_version = '1.3.72'
2121
repositories {
2222
google()
2323
jcenter()
2424

2525
}
2626
dependencies {
27-
classpath 'com.android.tools.build:gradle:3.3.0'
27+
classpath 'com.android.tools.build:gradle:4.0.0'
2828
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2929
// NOTE: Do not place your application dependencies here; they belong
3030
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Nov 21 11:39:29 PST 2018
1+
#Fri Jun 26 11:27:34 PDT 2020
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-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

AndroidTrivia-Starter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
buildscript {
1919
ext {
20-
kotlin_version = '1.3.11'
20+
kotlin_version = '1.3.72'
2121
archLifecycleVersion = '1.1.1'
22-
gradleVersion = '3.3.1'
22+
gradleVersion = '4.0.0'
2323
supportlibVersion = '1.0.0-rc03'
2424
dataBindingCompilerVersion = gradleVersion // Always need to be the same.
2525
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Mon Jan 14 23:13:44 IST 2019
1+
#Fri Jun 26 12:26:36 PDT 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
5-
android.databinding.enableV2=true
65
zipStorePath=wrapper/dists
7-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
6+
android.databinding.enableV2=true
7+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

DessertClicker-Starter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1919

2020
buildscript {
21-
ext.kotlin_version = '1.3.0'
21+
ext.kotlin_version = '1.3.72'
2222
repositories {
2323
google()
2424
jcenter()
2525
}
2626
dependencies {
27-
classpath 'com.android.tools.build:gradle:3.4.0-alpha02'
27+
classpath 'com.android.tools.build:gradle:4.0.0'
2828
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2929

3030
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Nov 02 17:08:21 PDT 2018
1+
#Fri Jun 26 12:21:11 PDT 2020
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-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

DevBytes-starter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818

1919
buildscript {
20-
ext.kotlin_version = '1.3.31'
20+
ext.kotlin_version = '1.3.72'
2121
repositories {
2222
google()
2323
jcenter()
2424
}
2525
dependencies {
26-
classpath 'com.android.tools.build:gradle:3.4.0'
26+
classpath 'com.android.tools.build:gradle:4.0.0'
2727
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2828
classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0"
2929

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu May 16 11:55:22 PDT 2019
1+
#Fri Jun 26 12:17:25 PDT 2020
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-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 commit comments

Comments
 (0)