[
https://issues.apache.org/jira/browse/CB-12914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16291273#comment-16291273
]
ASF GitHub Bot commented on CB-12914:
-------------------------------------
infil00p closed pull request #420: CB-12914: Forgot to bump AndroidManifest.xml
for play store reasons
URL: https://github.com/apache/cordova-android/pull/420
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/bin/templates/project/AndroidManifest.xml
b/bin/templates/project/AndroidManifest.xml
index bb60a071b..e0c53aaab 100644
--- a/bin/templates/project/AndroidManifest.xml
+++ b/bin/templates/project/AndroidManifest.xml
@@ -45,5 +45,5 @@
</activity>
</application>
- <uses-sdk android:minSdkVersion="16"
android:targetSdkVersion="__APILEVEL__"/>
+ <uses-sdk android:minSdkVersion="19"
android:targetSdkVersion="__APILEVEL__"/>
</manifest>
diff --git a/framework/AndroidManifest.xml b/framework/AndroidManifest.xml
index 26a0aed0e..1625b896b 100755
--- a/framework/AndroidManifest.xml
+++ b/framework/AndroidManifest.xml
@@ -19,5 +19,5 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.apache.cordova" android:versionName="1.0"
android:versionCode="1">
- <uses-sdk android:minSdkVersion="16" />
+ <uses-sdk android:minSdkVersion="19" />
</manifest>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Drop Support for Android JellyBean
> ----------------------------------
>
> Key: CB-12914
> URL: https://issues.apache.org/jira/browse/CB-12914
> Project: Apache Cordova
> Issue Type: Improvement
> Components: cordova-android
> Reporter: Simon MacDonald
> Assignee: Joe Bowser
> Labels: android-next
> Fix For: 7.0.0
>
>
> In cordova-android 7.0.0 we will be dropping support for any Android API
> level before 19 (Android KitKat).
> We should update the default tempate to indicate the minSdkLevel is 19 and
> check for any conditional code that checks for API level less than 19 and
> adds any special cases.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]