From a3d693d819839d80c8e7610eacba169af37fc0a6 Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 28 May 2021 16:42:18 +1000 Subject: [PATCH] Update test fixture dependencies. --- test-fixture/app/build.gradle | 4 ++-- test-fixture/build.gradle | 4 ++-- test-fixture/gradle.properties | 1 - test-fixture/gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/test-fixture/app/build.gradle b/test-fixture/app/build.gradle index abb3c49f..09ece342 100644 --- a/test-fixture/app/build.gradle +++ b/test-fixture/app/build.gradle @@ -26,8 +26,8 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.core:core-ktx:1.3.2' + implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.core:core-ktx:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test.ext:junit:1.1.2' diff --git a/test-fixture/build.gradle b/test-fixture/build.gradle index e146e87d..b00e3395 100644 --- a/test-fixture/build.gradle +++ b/test-fixture/build.gradle @@ -1,13 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.21' + ext.kotlin_version = '1.5.10' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.1' + classpath 'com.android.tools.build:gradle:4.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/test-fixture/gradle.properties b/test-fixture/gradle.properties index 1815bc9a..de0777f0 100644 --- a/test-fixture/gradle.properties +++ b/test-fixture/gradle.properties @@ -1,7 +1,6 @@ org.gradle.parallel=true org.gradle.configureondemand=true org.gradle.caching=true -org.gradle.vfs.watch=true # Enable Kotlin incremental compilation kotlin.incremental=true diff --git a/test-fixture/gradle/wrapper/gradle-wrapper.properties b/test-fixture/gradle/wrapper/gradle-wrapper.properties index 8721ba4f..269a4bef 100644 --- a/test-fixture/gradle/wrapper/gradle-wrapper.properties +++ b/test-fixture/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip