Skip to content

Commit

Permalink
RED-149 Update the support library version + update the gradle plugin…
Browse files Browse the repository at this point in the history
… version + update the version name and code of the library
  • Loading branch information
ludovicroland committed May 19, 2017
1 parent b2819de commit bd5308d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript

dependencies
{
classpath "com.android.tools.build:gradle:2.3.0"
classpath "com.android.tools.build:gradle:2.3.2"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
}
}
Expand Down
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ apply plugin: "maven-publish"

ext
{
appCompatVersion="25.3.0"
appCompatVersion="25.3.1"
}

android
{
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"

defaultConfig
{
minSdkVersion 9
targetSdkVersion 25

versionCode 17
versionName "2.5.1-SNAPSHOT"
versionCode 18
versionName "2.5.1"
}

buildTypes
Expand Down

0 comments on commit bd5308d

Please sign in to comment.