From d4af0ad377767807511758ea03171761b310f093 Mon Sep 17 00:00:00 2001 From: MasayukiSuda Date: Tue, 7 Jan 2020 00:04:31 +0900 Subject: [PATCH] update gradlew and bump up version --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 310317e..9bdd897 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { mavenLocal() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.2' + classpath 'com.android.tools.build:gradle:3.5.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle.properties b/gradle.properties index 84bb855..b251d75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m # 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.4 +VERSION_NAME=0.3.5 VERSION_CODE=1 BUILD_TOOLS_VERSION=29.0.2 COMPILE_SDK_VERSION=29