Skip to content

Commit 310f042

Browse files
authored
Merge pull request #334 from hoisie/fix-kotlin-version
Update to Kotlin 1.3.72 in some testing samples
2 parents 6632144 + fa868e5 commit 310f042

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

ui/espresso/BasicSample/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
apply plugin: 'com.android.application'
22

3+
apply plugin: 'kotlin-android'
4+
5+
apply plugin: 'kotlin-android-extensions'
6+
37
android {
48
compileSdkVersion 29
59
buildToolsVersion rootProject.buildToolsVersion

ui/espresso/BasicSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.10'
4+
ext.kotlin_version = '1.3.72'
55
repositories {
66
// Insert local test repo here
77
jcenter()

ui/espresso/FragmentScenarioSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.21'
4+
ext.kotlin_version = '1.3.72'
55
repositories {
66
google()
77
jcenter()

0 commit comments

Comments
 (0)