1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2024-12-26 08:53:12 +01:00
SubwayTooter-Android-App/gradle.properties
tateisu 3bc2a7384d - RecyclerView.RecycledViewPool を使ってタブレットモードでの応答性を改善
- そのかわりFastScroller機能がなくなりました…
- アプリ設定に「リフレッシュ時に常にギャップを挟む」を追加。主にデバッグ用途
- TLからプロフを開いた時にヘッダ画像の下の方にフェードされない余白ができるバグの修正
2018-01-18 02:39:16 +09:00

25 lines
905 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=-Xmx1536m
# 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