Skip to content

Commit

Permalink
update gradlew and bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
MasayukiSuda committed Jan 6, 2020
1 parent ca6066c commit d4af0ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4af0ad

Please sign in to comment.