Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
Updated gradle and sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Sep 10, 2018
1 parent 5861096 commit 988798c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'


Expand All @@ -29,10 +29,10 @@ task clean(type: Delete) {

ext {
// sdk and tools versions
compileSdkVersion = 27
compileSdkVersion = 28
minSdkVersion = 19
targetSdkVersion = 27
targetSdkVersion = 28

// dependencies versions
supportLibraryVersion = '27.1.0'
supportLibraryVersion = '27.1.1'
}

0 comments on commit 988798c

Please sign in to comment.