Skip to content

Commit 3754f22

Browse files
authored
Merge pull request JaneaSystems#8 from okhiroyuki/fix/remove-minSdkVersion
fix: remove minSdkVersion
2 parents 62d5b8b + 517df62 commit 3754f22

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ $ cordova plugin add nodejs-mobile-cordova
88

99
## Requirements
1010

11-
- Cordova 7.x or higher
11+
- Cordova 9.x or higher
1212
- iOS 11 or higher
13-
- Android API 21 or higher
13+
- Android API 22 or higher
1414

1515
When building an application for the Android platform, make sure you have the [Android NDK](https://developer.android.com/ndk/index.html) installed and the environment variable `ANDROID_NDK_HOME` set, for example:
1616
```bash

plugin.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
7575
</config-file>
7676

77-
<config-file target="res/xml/config.xml" parent="/*">
78-
<preference name="android-minSdkVersion" value="21" />
79-
</config-file>
80-
8177
<source-file src="src/android/java/com/janeasystems/cdvnodejsmobile/NodeJS.java" target-dir="src/com/janeasystems/cdvnodejsmobile/" />
8278

8379
<source-file src="src/common/cordova-bridge/cordova-bridge.h" target-dir="libs/cdvnodejsmobile/" />

0 commit comments

Comments
 (0)