Skip to content

Commit d122d11

Browse files
committed
Update test fixture dependencies.
1 parent 7360935 commit d122d11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-fixture/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation fileTree(dir: 'libs', include: ['*.jar'])
2929
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3030
implementation 'androidx.appcompat:appcompat:1.1.0'
31-
implementation 'androidx.core:core-ktx:1.2.0'
31+
implementation 'androidx.core:core-ktx:1.3.0'
3232
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3333
testImplementation 'junit:junit:4.13'
3434
androidTestImplementation 'androidx.test.ext:junit:1.1.1'

test-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.6.2'
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

0 commit comments

Comments
 (0)