Skip to content

Commit

Permalink
feat: Update min sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhigyaKrishna committed Aug 10, 2024
1 parent 8d2d01b commit fe2016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/AppConfig.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object AppConfig {
const val COMPILE_SDK = 34
const val MIN_SDK = 24
const val MIN_SDK = 26
const val TARGET_SDK = 34
const val VERSION_CODE = 1
const val VERSION_NAME = "1.0"
Expand Down

0 comments on commit fe2016b

Please sign in to comment.