Skip to content

Commit ddfb3e4

Browse files
authored
fix(example-app): Set minSdkVersion version to 26 (#9)
1 parent 7171d44 commit ddfb3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-app/android/variables.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
minSdkVersion = 22
2+
minSdkVersion = 26
33
compileSdkVersion = 34
44
targetSdkVersion = 34
55
androidxActivityVersion = '1.8.0'

0 commit comments

Comments
 (0)