Skip to content

Commit

Permalink
Bump min sdk to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsuzuki committed Jun 19, 2024
1 parent c1a8368 commit d81c2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/LibraryInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object LibraryInfo {

const val compileSDK = 34
const val buildTools = "34.0.0"
const val minSDK = 21
const val minSDK = 24
const val targetSDK = 34

const val kotlinJvmTarget = "17"
Expand Down

0 comments on commit d81c2ac

Please sign in to comment.