Skip to content

Commit 27dd841

Browse files
committed
chore(android): increase minSdkVersion and targetSdkVersion to 26
- Update minSdkVersion from 24 to 26 to support newer Android features - Update targetSdkVersion from 24 to 26 for compatibility with recent APIs
1 parent 507c2b6 commit 27dd841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mobile/android/variables.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
2-
minSdkVersion = 24
2+
minSdkVersion = 26
33
compileSdkVersion = 35
4-
targetSdkVersion = 24
4+
targetSdkVersion = 26
55
androidxActivityVersion = '1.9.2'
66
androidxAppCompatVersion = '1.7.0'
77
androidxCoordinatorLayoutVersion = '1.2.0'

0 commit comments

Comments
 (0)