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



android { android {
buildToolsVersion '19.1' buildToolsVersion '19.1'
compileSdkVersion 21
compileSdkVersion 23


defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 21
targetSdkVersion 23
} }


sourceSets { sourceSets {

Loading…
Cancel
Save