Skip to content

Commit

Permalink
[tinker] update version to 1.9.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
tys282000 committed Apr 26, 2019
1 parent 49da5bb commit 7b3f57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# 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_PREFIX=1.9.12
VERSION_NAME_PREFIX=1.9.13
VERSION_NAME_SUFFIX=
4 changes: 2 additions & 2 deletions tinker-sample-android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# When configured, Gradle will run in incubating parallel mode.
# 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

TINKER_VERSION=1.9.11
TINKER_VERSION=1.9.13
GRADLE_3=true

#android.enableAapt2=false
Expand Down

0 comments on commit 7b3f57e

Please sign in to comment.