Skip to content

Commit

Permalink
RED-149 #time 15m Prepare the release of the version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicroland committed Feb 9, 2018
1 parent 6ef6fd0 commit aebc7ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: "maven-publish"

ext
{
appCompatVersion="27.0.1"
appCompatVersion="27.0.2"
}

android
Expand Down
7 changes: 3 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ apply plugin: 'com.android.application'

android
{
compileSdkVersion 26
buildToolsVersion "26.0.2"
compileSdkVersion 27

defaultConfig
{
applicationId "com.smartnsoft.sample"

minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 27

versionCode 1
versionName "1.0"
Expand All @@ -29,6 +28,6 @@ android

dependencies
{
implementation ("com.android.support:appcompat-v7:27.0.1")
implementation ("com.android.support:appcompat-v7:27.0.2")
implementation (project(":library"))
}

0 comments on commit aebc7ef

Please sign in to comment.