Przeglądaj źródła

use SDK 27, build tools 27.0.3

Dulmandakh 5 lat temu
rodzic
commit
2cd5a421c8
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      android/build.gradle

+ 2
- 2
android/build.gradle Wyświetl plik

@@ -1,7 +1,7 @@
1 1
 apply plugin: 'com.android.library'
2 2
 
3
-def DEFAULT_COMPILE_SDK_VERSION             = 26
4
-def DEFAULT_BUILD_TOOLS_VERSION             = "26.0.3"
3
+def DEFAULT_COMPILE_SDK_VERSION             = 27
4
+def DEFAULT_BUILD_TOOLS_VERSION             = "27.0.3"
5 5
 def DEFAULT_MIN_SDK_VERSION                 = 16
6 6
 def DEFAULT_TARGET_SDK_VERSION              = 26
7 7