We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef79171 commit 8c2ef25Copy full SHA for 8c2ef25
AndroidSDK/build.gradle
@@ -3,8 +3,8 @@ apply plugin: 'com.jfrog.artifactory'
3
apply plugin: 'maven-publish'
4
5
def COMPILE_SDK_VERSION=27
6
-def BUILD_TOOLS_VERSION='27.0.1'
7
-def SUPPORT_LIBRARY_VERSION='27.0.1'
+def BUILD_TOOLS_VERSION='27.0.2'
+def SUPPORT_LIBRARY_VERSION='27.0.2'
8
9
allprojects {
10
gradle.projectsEvaluated {
AndroidSDKTests/build.gradle
@@ -1,8 +1,8 @@
1
apply plugin: 'com.android.application'
2
android {
compileSdkVersion COMPILE_SDK_VERSION
0 commit comments