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 1865c6a commit 5835b17Copy full SHA for 5835b17
build.gradle
@@ -21,12 +21,12 @@ buildscript {
21
minSdkVersion = 14
22
targetSdkVersion = 27
23
compileSdkVersion = 27
24
- buildToolsVersion = "27.0.1"
+ buildToolsVersion = "27.0.2"
25
androidGradlePluginVersion = "3.0.1"
26
androidMavenGradlePluginVersion = "1.5"
27
gradleBintrayPluginVersion = "1.6"
28
kotlinVersion = "1.1.61"
29
- supportLibVersion = "27.0.1"
+ supportLibVersion = "27.0.2"
30
espressoVersion = "3.0.0"
31
testRunnerVersion = "1.0.0"
32
junitVersion = "4.12"
0 commit comments