Skip to content

Commit 8d0f7f1

Browse files
all: bump androidx.core:core-ktx to 1.17.0 (fixes #2228) (#2220)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi <[email protected]>
1 parent 57f4432 commit 8d0f7f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ def appVersionName = (System.env.GITHUB_RUN_NUMBER ? Integer.valueOf(System.env.
55

66
android {
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"

0 commit comments

Comments
 (0)