mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
Incremeting version check for Android 4.3 API Level 18
This commit is contained in:
parent
57bed98cf1
commit
412d97fa0c
@ -23,4 +23,5 @@ var check_reqs = require('./lib/check_reqs');
|
|||||||
|
|
||||||
if(!check_reqs.run()) {
|
if(!check_reqs.run()) {
|
||||||
process.exit(2);
|
process.exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user