diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 682a56c..17116de 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -52,7 +52,7 @@ kotlin { android { namespace = "com.nerdoftheherd.tasker.rsync" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.nerdoftheherd.tasker.rsync" @@ -169,7 +169,7 @@ tasks.withType { } dependencies { - implementation("androidx.core:core-ktx:1.18.0") + implementation("androidx.core:core-ktx:1.19.0") implementation("androidx.activity:activity-ktx:1.13.0") implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") diff --git a/build.gradle.kts b/build.gradle.kts index e95ea76..b4bef25 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright © 2021-2024 Matt Robinson + * Copyright © 2021-2026 Matt Robinson * * SPDX-License-Identifier: GPL-3.0-or-later */ @@ -10,7 +10,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:9.1.0") + classpath("com.android.tools.build:gradle:9.2.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21") } }