Skip to content

Commit af5e780

Browse files
author
CraZyLegenD
committed
build.gradle: updated auto-start library and kotlin version to 1.4.0
1 parent e4cdf50 commit af5e780

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040
dependencies {
4141
implementation fileTree(dir: "libs", include: ["*.jar"])
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
43-
implementation 'androidx.core:core-ktx:1.3.0'
44-
implementation 'androidx.appcompat:appcompat:1.1.0'
43+
implementation 'androidx.core:core-ktx:1.3.1'
44+
implementation 'androidx.appcompat:appcompat:1.2.0'
4545
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
4646
testImplementation 'junit:junit:4.13'
4747
androidTestImplementation 'androidx.test.ext:junit:1.1.1'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = "1.3.72"
2+
ext.kotlin_version = "1.4.0"
33
repositories {
44
google()
55
jcenter()
@@ -30,5 +30,5 @@ ext {
3030
androidXTestRulesVersion = '1.2.0-beta01'
3131
robolectricVersion = '4.3.1'
3232
archTestingVersion = '2.1.0'
33-
startup = '1.0.0-alpha02'
33+
startup = '1.0.0-alpha03'
3434
}

crashyreporter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation fileTree(dir: "libs", include: ["*.jar"])
4141
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4242

43-
implementation 'androidx.core:core-ktx:1.3.0'
43+
implementation 'androidx.core:core-ktx:1.3.1'
4444

4545
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

0 commit comments

Comments
 (0)