Skip to content

Commit

Permalink
Updated version and bumped buildtoolversion to 27.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christophesmet committed Jan 13, 2018
1 parent e4580f6 commit 04293b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 27
buildToolsVersion '26.0.2'

This comment has been minimized.

Copy link
@novalsanti20
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 04293b5

Please sign in to comment.