Browse Source

Update the compile and target SDK to 23 (Marshmallow / 6.0).

master
Reece H. Dunn 9 years ago
parent
commit
744b18498b
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 21
compileSdkVersion 23

defaultConfig {
minSdkVersion 14
targetSdkVersion 21
targetSdkVersion 23
}

sourceSets {

Loading…
Cancel
Save