-
Notifications
You must be signed in to change notification settings - Fork 18
/
gradle.properties
57 lines (43 loc) · 1.77 KB
/
gradle.properties
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
51
52
53
54
55
56
57
# 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.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+IgnoreUnrecognizedVMOptions
# 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=false
org.gradle.daemon=true
org.gradle.configureondemand=true
android.useAndroidX=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
ANDROID_BUILD_MIN_SDK_TESTS=21
ANDROID_BUILD_MIN_SDK_VERSION=21
HUAWEI_BUILD_MIN_SDK_VERSION=21
ANDROID_BUILD_TARGET_SDK_VERSION=35
ANDROID_BUILD_SDK_VERSION=35
ANDROIDX_APPCOMPAT_VERSION=1.7.0
ANDROIDX_MATERIAL_VERSION=1.12.0
ANDROIDX_WORK_RUNTIME_VERSION=2.9.1
ANDROIDX_VIEWPAGER2_VERSION=1.1.0
ANDROIDX_ACTIVITY_VERSION=1.9.2
FIREBASE_MESSAGING_VERSION=24.0.1
PLAY_SERVICES_BASE_VERSION=18.5.0
HMS_PUSH_KIT_VERSION=6.11.0.300
GSON_VERSION=2.8.9
TIMBER_VERSION=5.0.1
GLIDE_VERSION=4.13.2
TEST_ROBOLECTRIC_VERSION=4.11.1
SWRVE_SDK_VERSION=11.1.1
SWRVE_GROUP_ID=com.swrve.sdk.android
SWRVE_COMMON_ARTIFACT_ID=swrve-common
SWRVE_CORE_ARTIFACT_ID=swrve
SWRVE_AMAZON_ARTIFACT_ID=swrve-amazon
SWRVE_FIREBASE_ARTIFACT_ID=swrve-firebase
SWRVE_HUAWEI_ARTIFACT_ID=swrve-huawei