From b5301141a5248459d4a7949891791a8b9cd3f77a Mon Sep 17 00:00:00 2001 From: bowyer-app Date: Thu, 4 Aug 2016 09:46:51 +0900 Subject: [PATCH] update library version --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2926eb7..2eb7254 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,8 +16,8 @@ # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=0.3.0 -VERSION_CODE=3 +VERSION_NAME=0.4.0 +VERSION_CODE=4 COMPILE_SDK_VERSION=23 BUILD_TOOLS_VERSION=23.0.1 TARGET_SDK_VERSION=23