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

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

infil00p closed pull request #426: CB-13724: Bump Target SDK to API 27
URL: https://github.com/apache/cordova-android/pull/426
 
 
   

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/app/build.gradle 
b/bin/templates/project/app/build.gradle
index 32e31f6c8..586bcfa46 100644
--- a/bin/templates/project/app/build.gradle
+++ b/bin/templates/project/app/build.gradle
@@ -29,7 +29,7 @@ buildscript {
     }
 
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.0.0'
+        classpath 'com.android.tools.build:gradle:3.0.1'
     }
 }
 
diff --git a/bin/templates/project/build.gradle 
b/bin/templates/project/build.gradle
index fb8082da2..7b2381545 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -42,10 +42,10 @@ allprojects {
     }
     //This replaces project.properties w.r.t. build settings
     project.ext {
-      defaultBuildToolsVersion="25.0.2" //String
+      defaultBuildToolsVersion="27.0.1" //String
       defaultMinSdkVersion=19 //Integer - Minimum requirement is Android 4.4
-      defaultTargetSdkVersion=26 //Integer - We ALWAYS target the latest by 
default
-      defaultCompileSdkVersion=26 //Integer - We ALWAYS compile with the 
latest by default
+      defaultTargetSdkVersion=27 //Integer - We ALWAYS target the latest by 
default
+      defaultCompileSdkVersion=27 //Integer - We ALWAYS compile with the 
latest by default
     }
 }
 
diff --git a/framework/project.properties b/framework/project.properties
index c48b00b8b..0a372ee40 100644
--- a/framework/project.properties
+++ b/framework/project.properties
@@ -10,7 +10,7 @@
 # Indicates whether an apk should be generated for each density.
 split.density=false
 # Project target.
-target=android-26
+target=android-27
 apk-configurations=
 renderscript.opt.level=O0
 android.library=true
diff --git a/test/app/build.gradle b/test/app/build.gradle
index de5a2a24c..d63d8ff44 100644
--- a/test/app/build.gradle
+++ b/test/app/build.gradle
@@ -19,12 +19,12 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 26
-    buildToolsVersion "26.0.2"
+    compileSdkVersion 27
+    buildToolsVersion "27.0.1"
     defaultConfig {
         applicationId "org.apache.cordova.unittests"
         minSdkVersion 19
-        targetSdkVersion 26
+        targetSdkVersion 27
         versionCode 1
         versionName "1.0"
         testInstrumentationRunner 
"android.support.test.runner.AndroidJUnitRunner"


 

----------------------------------------------------------------
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:
us...@infra.apache.org


> Bump Target SDK to 27
> ---------------------
>
>                 Key: CB-13724
>                 URL: https://issues.apache.org/jira/browse/CB-13724
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: cordova-android
>    Affects Versions: cordova-android@7.0.0
>            Reporter: Joe Bowser
>            Assignee: Joe Bowser
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to