Skip to content

Commit

Permalink
fix: minSdk 26 -> 23
Browse files Browse the repository at this point in the history
  • Loading branch information
cometj03 committed Nov 11, 2023
1 parent d86497c commit 34210f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk = 33

defaultConfig {
minSdk = 26
minSdk = 23

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
Expand Down

0 comments on commit 34210f6

Please sign in to comment.