Skip to content

Commit 3cab590

Browse files
1951FDGhannesa2
authored andcommitted
Use kotlin-stdlib instead of kotlin-stdlib-jdk7 in sample app
1 parent 3b9bbf7 commit 3cab590

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sample/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'com.google.gms.google-services'
44
apply plugin: 'com.google.firebase.crashlytics'
55

6-
76
android {
87
compileSdkVersion propCompileSdkVersion
98

@@ -42,7 +41,7 @@ dependencies {
4241
implementation project(':LogcatCountlyLib')
4342
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4443
implementation "androidx.appcompat:appcompat:1.2.0"
45-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
44+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4645

4746
androidTestImplementation 'com.github.AppDevNext:Moka:0.4'
4847
androidTestImplementation "androidx.test.espresso:espresso-core:$espresso_core"

0 commit comments

Comments
 (0)