1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-01-11 17:04:47 +01:00
SubwayTooter-Android-App/gradle.properties
tateisu 08d206890e - スマホモードでカラムのビューとViewHolderを再利用する
- カラムヘッダやカラム通信ステータスの表示を50ms遅らせて、短時間に何度も更新しないようにする
- カラムのビューとViewHolderの生成やカラム内の項目のView生成とバインドに時間がかかっていたらADBログに出力する
- gradle.properties 中のビルド中JVMメモリ使用の設定を変更
- v3.0.2
2018-11-16 07:08:11 +09:00

24 lines
903 B
Properties

# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx4096m
# 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
####################################
# enable build cache
# https://blog.jetbrains.com/kotlin/2018/01/kotlin-1-2-20-is-out/
org.gradle.caching=true