Skip to content

Commit

Permalink
build: update Android to 35, kotlin to 2.0.21, lifecycle to 2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhawk committed Dec 19, 2024
1 parent 55c6297 commit 2ac2f24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ApiDemos/kotlin/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ plugins {
}

android {
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.example.kotlindemos"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions ApiDemos/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
gradle = "8.5.2"
kotlin = "2.0.0"
kotlin = "2.0.21"
appcompat = "1.7.0"
cardview = "1.0.0"
recyclerview = "1.3.2"
multidex = "2.0.1"
secretsGradlePlugin = "2.0.1"
volley = "1.2.1"
lifecycle = "2.8.4"
lifecycle = "2.8.7"
mapsKtx = "5.1.1"
easypermissions = "3.0.0"
junit = "4.13.2"
Expand Down

0 comments on commit 2ac2f24

Please sign in to comment.