Skip to content

Commit f4753f1

Browse files
codingwithrkclaude
andcommitted
Add min_version for Android and iOS platforms in nativephp.json
Sets android min_version to "21" (Android 5.0) and ios min_version to "13.0" to satisfy NativePHP marketplace submission review checks. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7dec960 commit f4753f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nativephp.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
}
4040
],
4141
"android": {
42+
"min_version": "21",
4243
"permissions": [],
4344
"repositories": [],
4445
"dependencies": {
@@ -50,6 +51,7 @@
5051
"providers": []
5152
},
5253
"ios": {
54+
"min_version": "13.0",
5355
"permissions": [],
5456
"repositories": [],
5557
"dependencies": {

0 commit comments

Comments
 (0)