Skip to content

Commit

Permalink
Merge pull request #421 from infil00p/test-sdk-bump
Browse files Browse the repository at this point in the history
CB-12914: Test needs SDK bumps
  • Loading branch information
infil00p committed Dec 18, 2017
2 parents d50dedb + be3f8ef commit a24ba41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a24ba41

Please sign in to comment.