Skip to content

Commit

Permalink
Merge pull request #20 from im-o/develop-material3-bug-fix
Browse files Browse the repository at this point in the history
🐛 fixed Error: Call requires API level 24 (current min is 21)
  • Loading branch information
im-o authored Aug 29, 2024
2 parents f44c62e + c3995b5 commit ecea302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

object Versions {
const val compile_sdk = 33
const val min_sdk = 21
const val min_sdk = 24
const val target_sdk = 33
const val version_code = 1
const val version_name = "1.0"
Expand Down

0 comments on commit ecea302

Please sign in to comment.