Skip to content

Commit

Permalink
Merge pull request #226 from mikepenz/note/223
Browse files Browse the repository at this point in the history
Update sample app minSDK
  • Loading branch information
mikepenz authored Nov 1, 2024
2 parents 9c8a500 + f998fa7 commit 76c72af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {

defaultConfig {
applicationId = "com.mikepenz.markdown"
minSdk = libs.versions.minSdk.get().toInt()
minSdk = 24 // anything below faces: https://github.com/mikepenz/multiplatform-markdown-renderer/issues/223
targetSdk = libs.versions.targetSdk.get().toInt()

versionCode = property("VERSION_CODE").toString().toInt()
Expand Down

0 comments on commit 76c72af

Please sign in to comment.