Skip to content

Commit

Permalink
Bump view library min SDK version to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jun 15, 2024
1 parent 813e7fc commit 69f0a79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Config {
}

object Android {
const val minSdkViewLibrary = 15
const val minSdkViewLibrary = 19
const val minSdkComposeLibrary = 21
val minSdkSampleApp = max(minSdkViewLibrary, minSdkComposeLibrary)
const val targetSdk = 34
Expand Down

0 comments on commit 69f0a79

Please sign in to comment.