From 1026c5c3b3e92f525fdf341f6a8cd19897643bc2 Mon Sep 17 00:00:00 2001 From: Jason Ernst Date: Thu, 15 Sep 2022 12:56:03 -0700 Subject: [PATCH] updated androix.core --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8976c13..0b8263f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,12 +11,12 @@ plugins { } android { - compileSdkVersion 32 + compileSdkVersion 33 buildToolsVersion "30.0.3" defaultConfig { applicationId "com.example.myapplication" minSdkVersion 15 - targetSdkVersion 32 + targetSdkVersion 33 versionCode 1 versionName "1.0" // 1) Make sure to use the AndroidJUnitRunner, of a subclass of it. This requires a dependency on androidx.test:runner, too! @@ -63,7 +63,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "androidx.appcompat:appcompat:1.5.1" - implementation "androidx.core:core-ktx:1.8.0" + implementation "androidx.core:core-ktx:1.9.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation 'androidx.test:core-ktx:1.4.0' implementation 'com.squareup.logcat:logcat:0.1'