[ 
https://issues.apache.org/jira/browse/CB-12914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16295621#comment-16295621
 ] 

ASF GitHub Bot commented on CB-12914:
-------------------------------------

infil00p closed pull request #421: CB-12914: Test needs SDK bumps
URL: https://github.com/apache/cordova-android/pull/421
 
 
   

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/test/app/build.gradle b/test/app/build.gradle
index a995781bb..de5a2a24c 100644
--- a/test/app/build.gradle
+++ b/test/app/build.gradle
@@ -23,7 +23,7 @@ android {
     buildToolsVersion "26.0.2"
     defaultConfig {
         applicationId "org.apache.cordova.unittests"
-        minSdkVersion 16
+        minSdkVersion 19
         targetSdkVersion 26
         versionCode 1
         versionName "1.0"
diff --git a/test/build.gradle b/test/build.gradle
index 319ac2f30..d708e97c3 100644
--- a/test/build.gradle
+++ b/test/build.gradle
@@ -24,7 +24,7 @@ buildscript {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.0.0'
+        classpath 'com.android.tools.build:gradle:3.0.1'
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files


 

----------------------------------------------------------------
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]

Reply via email to