We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9bbf7 commit 3cab590Copy full SHA for 3cab590
1 file changed
sample/build.gradle
@@ -3,7 +3,6 @@ apply plugin: 'kotlin-android'
3
apply plugin: 'com.google.gms.google-services'
4
apply plugin: 'com.google.firebase.crashlytics'
5
6
-
7
android {
8
compileSdkVersion propCompileSdkVersion
9
@@ -42,7 +41,7 @@ dependencies {
42
41
implementation project(':LogcatCountlyLib')
43
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
44
implementation "androidx.appcompat:appcompat:1.2.0"
45
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
+ implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
46
47
androidTestImplementation 'com.github.AppDevNext:Moka:0.4'
48
androidTestImplementation "androidx.test.espresso:espresso-core:$espresso_core"
0 commit comments