-
Notifications
You must be signed in to change notification settings - Fork 611
/
gradle.properties
executable file
·56 lines (44 loc) · 1.83 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
# 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=-Xms1g -Xmx8g
# 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_projec,ts
org.gradle.parallel=true
# When set to true the Gradle daemon is used to run the build. For local developer builds this is our favorite property.
# The developer environmenis optimized for speed and feedback so we nearly always run Gradle jobs with the daemon.
org.gradle.daemon=true
org.gradle.caching=true
android.useAndroidX=true
android.enableJetifier=true
DEMO_MIN_SDK = 23
MIN_SDK = 23
ANDROID_BUILD_TARGET_SDK_VERSION = 33
ANDROID_COMPILE_SDK_VERSION = 33
CHAT_SDK_DEMO_VERSION = 5.6.7
CHAT_SDK_VERSION = 5.6.7
CHAT_SDK_BUILD_NUMBER = 050100
CHAT_SDK_GROUP = chat.sdk
BINTRAY_REPO=chat-sdk-android
BINTRAY_USER_ORG=chat-sdk
SITE_URL=https://chatsdk.co
GIT_URL=https://github.com/chat-sdk/chat-sdk-android
DEVELOPER_ID=bensmiley
DEVELOPER_NAME=Ben Smiley Andrews
LICENSE_NAME=Chat SDK License
LICENSE_URL=https://chatsdk.co/chat-sdk-license/
DESCRIPTION='Chat SDK is a flexible, backend agnostic messaging client'
useLocal=true
#minifyRelease=true
#minifyDebug=true
mavenPublish=true
signing.keyId=4837A8B6
signing.password=
signing.secretKeyRingFile=/Users/benj/Documents/Projects/ChatSDK/AndroidKeys/secret-key-new.gpg