Browse Source

Android: Update the compile/targetSdkVersion to 26.

master
Reece H. Dunn 7 years ago
parent
commit
dc2b2a43b8
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 '25.0.3'
compileSdkVersion 23
compileSdkVersion 26

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
targetSdkVersion 26
versionCode 20
versionName "1.48.15"
}

Loading…
Cancel
Save