Skip to content

Commit a3d693d

Browse files
committed
Update test fixture dependencies.
1 parent 5e38ea2 commit a3d693d

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

test-fixture/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
2828
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
29-
implementation 'androidx.appcompat:appcompat:1.2.0'
30-
implementation 'androidx.core:core-ktx:1.3.2'
29+
implementation 'androidx.appcompat:appcompat:1.3.0'
30+
implementation 'androidx.core:core-ktx:1.5.0'
3131
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
3232
testImplementation 'junit:junit:4.13'
3333
androidTestImplementation 'androidx.test.ext:junit:1.1.2'

test-fixture/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.4.21'
4+
ext.kotlin_version = '1.5.10'
55
repositories {
66
google()
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.1.1'
10+
classpath 'com.android.tools.build:gradle:4.2.1'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

test-fixture/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
org.gradle.parallel=true
22
org.gradle.configureondemand=true
33
org.gradle.caching=true
4-
org.gradle.vfs.watch=true
54

65
# Enable Kotlin incremental compilation
76
kotlin.incremental=true

test-fixture/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-6.8-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip

0 commit comments

Comments
 (0)