Skip to content

Commit

Permalink
target API-35
Browse files Browse the repository at this point in the history
  • Loading branch information
yveskalume committed Jan 27, 2025
1 parent 0e3a65f commit 417c128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kotlin {

android {
namespace = "tech.devscast.validable_sample"
compileSdk = 34
compileSdk = 35

// sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
// sourceSets["main"].res.srcDirs("src/androidMain/res")
Expand All @@ -68,7 +68,7 @@ android {
defaultConfig {
applicationId = "tech.devscast.validable_sample"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions validable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ kotlin {
}

android {
compileSdk = 34
compileSdk = 35

lint {
targetSdk = 34
targetSdk = 35
}

defaultConfig {
Expand Down

0 comments on commit 417c128

Please sign in to comment.