Skip to content

Commit

Permalink
fix(example-app): Set minSdkVersion version to 26 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 10, 2024
1 parent 7171d44 commit ddfb3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-app/android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
minSdkVersion = 22
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 34
androidxActivityVersion = '1.8.0'
Expand Down

0 comments on commit ddfb3e4

Please sign in to comment.