diff --git a/app/build.gradle b/app/build.gradle index cf22cec9..5f532785 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.rey.material.demo" minSdkVersion 9 targetSdkVersion 21 - versionCode 2 - versionName "0.0.2" + versionCode 3 + versionName "0.0.3" } signingConfigs { diff --git a/gradle.properties b/gradle.properties index 68cbc60d..228b1794 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=1.1.1-SNAPSHOT +VERSION_NAME=1.1.1 VERSION_CODE=5 GROUP=com.github.rey5137