File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ def appVersionName = (System.env.GITHUB_RUN_NUMBER ? Integer.valueOf(System.env.
55
66android {
77 namespace ' io.treehouses.remote'
8- compileSdk 35
8+ compileSdk 36
99 defaultConfig {
1010 applicationId " io.treehouses.remote"
1111 minSdkVersion 21
12- targetSdkVersion 35
12+ targetSdkVersion 36
1313 ndkVersion ' 21.3.6528147'
1414 multiDexEnabled true
1515 versionCode appVersionCode
@@ -89,7 +89,7 @@ dependencies {
8989 androidTestImplementation ' androidx.test:runner:1.7.0'
9090 implementation ' me.aflak.libraries:bluetooth:1.3.9'
9191 implementation ' com.caverock:androidsvg-aar:1.4'
92- implementation " androidx.core:core-ktx:1.16 .0"
92+ implementation " androidx.core:core-ktx:1.17 .0"
9393 implementation ' com.android.support:multidex:1.0.3'
9494 implementation ' me.toptas.fancyshowcase:fancyshowcaseview:1.3.3'
9595 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
You can’t perform that action at this time.
0 commit comments