Skip to content

Commit

Permalink
Add compile SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ramotar committed Jan 12, 2024
1 parent f8127c9 commit bd06d25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ android {
kotlin {
jvmToolchain(17)
}

defaultConfig {
minSdk = 24
}

compileSdk = 34
}

mavenPublishing {
Expand Down

0 comments on commit bd06d25

Please sign in to comment.