Skip to content

Commit

Permalink
Fix publishVersion. Update support library to 25.0.1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
radzio committed Dec 1, 2016
1 parent d67766a commit 1a23f27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

VERSION_NAME=0.0.3
VERSION_CODE=1
VERSION_NAME=0.0.5
VERSION_CODE=5
GROUP=agency.tango.android

POM_DESCRIPTION=Material Intro Screen
Expand Down
2 changes: 1 addition & 1 deletion material-intro-screen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
userOrg = 'tangoagency'
groupId = 'agency.tango.android'
artifactId = 'material-intro-screen'
publishVersion = '0.0.3'
publishVersion = '0.0.5'
desc = ''
website = 'https://github.com/TangoAgency/material-intro-screen'
}
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ext.androidSupport = "25.0.0"
ext.androidSupport = "25.0.1"

0 comments on commit 1a23f27

Please sign in to comment.