Skip to content

Commit

Permalink
fix: minSdkVersion mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Geron committed Aug 18, 2023
1 parent ade6566 commit 4cb711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "31.0.0"
minSdkVersion = 21
minSdkVersion = 26
compileSdkVersion = 31
targetSdkVersion = 31
kotlin_version = '1.6.0'
Expand Down

0 comments on commit 4cb711b

Please sign in to comment.