Browse Source

build.gradle: target SDK version 19

master
Reece H. Dunn 11 years ago
parent
commit
51da73921c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      android/build.gradle

+ 2
- 2
android/build.gradle View File



android { android {
buildToolsVersion '19.1' buildToolsVersion '19.1'
compileSdkVersion 18
compileSdkVersion 19


defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 18
targetSdkVersion 19
} }


sourceSets { sourceSets {

Loading…
Cancel
Save