Merge pull request #426 from infil00p/api_level_bump

CB-13724: Bump Target SDK to API 27
This commit is contained in:
Joe Bowser
2018-01-17 11:48:51 -08:00
committed by GitHub
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -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"