Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11364a8

Browse files
committed
Explicitly state kotlin version.
1 parent f89d35a commit 11364a8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

installations/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ android {
2626

2727
dependencies {
2828
implementation fileTree(dir: "libs", include: ["*.jar"])
29-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
29+
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.3.72"
3030
implementation 'androidx.core:core-ktx:1.3.0'
3131
implementation 'androidx.appcompat:appcompat:1.1.0'
3232
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
33-
testImplementation 'junit:junit:4.12'
33+
testImplementation 'junit:junit:4.13'
3434
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3535
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3636

installations/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.3.72"
43
repositories {
54
google()
65
jcenter()

0 commit comments

Comments
 (0)