CB-13724: Updated the Android Tooling required for the latest version on both the test project, and the template

This commit is contained in:
Joe Bowser
2018-01-04 15:35:04 -08:00
parent 5c93c214b9
commit 0d1692681f
3 changed files with 5 additions and 5 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"