forked from wasabeef/kotlin-mvvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
50 lines (43 loc) · 1.71 KB
/
gradle.properties
File metadata and controls
50 lines (43 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# 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=-Xmx4608m -XX:MaxPermSize=2048m -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
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.caching=true
android.enableBuildCache=true
# Use R8 instead of ProGuard for code shrinking.
#android.enableR8=true
VERSION_CODE = 1
VERSION_NAME = 1.0.0
DB_SCHEMA_VERSION = 1
PACKAGE_NAME = jp.wasabeef
COMPILE_SDK_VERSION = 27
BUILD_TOOLS_VERSION = 27.0.3
MIN_SDK_VERSION = 19
TARGET_SDK_VERSION = 27
KOTLIN_VERSION = 1.2.30
SUPPORT_PACKAGE_VERSION = 27.1.0
GOOGLE_SERVICE_VERSION = 11.8.0
OKHTTP_VERSION = 3.9.0
OKIO_VERSION = 1.13.0
RETROFIT_VERSION = 2.3.0
DAGGER_VERSION = 2.14.1
FIREBASE_UI_VERSION = 3.2.2
FACEBOOK_SDK_VERSION = 4.31.0
TWITTER_SDK_VERSION = 3.2.0
GRPC_VERSION = 1.10.0
ESPRESSO_VERSION = 3.0.1
JUNIT_VERSION = 4.12
STETHO_VERSION = 1.5.0
KTLINT_VERSION = 0.19.0
FINDBUGS_VERSION = 3.0.1