Skip to content

Commit

Permalink
fix: set Android min SDK to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Jan 26, 2025
1 parent ffc3e48 commit 5f5aa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ kotlin {

android {
namespace = "org.kodein.emoji.compose.demo"
setCompileSdkVersion(34)
setCompileSdkVersion(35)

defaultConfig {
minSdk = 21
Expand Down

0 comments on commit 5f5aa60

Please sign in to comment.