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

@@ -19,11 +19,11 @@ dependencies {

android {
buildToolsVersion '19.1'
compileSdkVersion 18
compileSdkVersion 19

defaultConfig {
minSdkVersion 14
targetSdkVersion 18
targetSdkVersion 19
}

sourceSets {

Loading…
Cancel
Save