Skip to content

Commit

Permalink
Compile & target SDk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 5, 2024
1 parent cfa99bb commit c0f91af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
package com.github.skydoves.landscapist

object Configuration {
const val compileSdk = 34
const val targetSdk = 34
const val compileSdk = 35
const val targetSdk = 35
const val minSdk = 21
const val minSdk24 = 24
const val majorVersion = 2
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.0.21"
dokka = "1.9.20"
jvmTarget = "11"
nexusPlugin = "0.29.0"
nexusPlugin = "0.30.0"
kotlinxCoroutines = "1.9.0"
kotlinBinaryCompatibility = "0.16.3"
androidGradlePlugin = "8.7.2"
Expand Down

0 comments on commit c0f91af

Please sign in to comment.