diff --git a/gradle.properties b/gradle.properties index cb998a7..261c16f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/material-intro-screen/build.gradle b/material-intro-screen/build.gradle index 9ce97eb..160a4ba 100644 --- a/material-intro-screen/build.gradle +++ b/material-intro-screen/build.gradle @@ -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' } diff --git a/versions.gradle b/versions.gradle index dd003b4..4cc1138 100644 --- a/versions.gradle +++ b/versions.gradle @@ -1 +1 @@ -ext.androidSupport = "25.0.0" +ext.androidSupport = "25.0.1"