Skip to content

Commit

Permalink
Update buildtools
Browse files Browse the repository at this point in the history
  • Loading branch information
buoto committed May 23, 2018
1 parent 205bcbb commit 741e80a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ def enableSeparateBuildPerCPUArchitecture = false
def enableProguardInReleaseBuilds = false

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 27
buildToolsVersion "27.0.3"

defaultConfig {
applicationId "pl.ceburilo"
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 26
versionCode 3
versionName "0.1.1"
ndk {
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ allprojects {
* Project-wide Gradle configuration properties
*/
ext {
compileSdkVersion = 26
compileSdkVersion = 27
targetSdkVersion = 26
buildToolsVersion = "26.0.2"
buildToolsVersion = "27.0.3"
supportLibVersion = "26.1.0"
googlePlayServicesVersion = "11.8.0"
androidMapsUtilsVersion = "0.5+"
Expand Down

0 comments on commit 741e80a

Please sign in to comment.