Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentuso committed Apr 21, 2017
1 parent d5d5f2e commit 79da0e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.2'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.4.5"
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.1'
Expand All @@ -19,7 +19,7 @@ ext {
target: 25
]
buildToolsVer = '25.0.2'
supportVersion = '25.3.0'
supportVersion = '25.3.1'
support = [
annotations: "com.android.support:support-annotations:$supportVersion",
v4: "com.android.support:support-v4:$supportVersion",
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
GROUP=com.stephentuso
VERSION_NAME=1.2.1
VERSION_CODE=22
VERSION_NAME=1.3.1
VERSION_CODE=23

LIBRARY_PACKAGING=aar
LIBRARY_NAME=welcome
Expand Down

0 comments on commit 79da0e6

Please sign in to comment.