-
Notifications
You must be signed in to change notification settings - Fork 606
Expand file tree
/
Copy pathgradle.properties
More file actions
executable file
·87 lines (67 loc) · 2.7 KB
/
gradle.properties
File metadata and controls
executable file
·87 lines (67 loc) · 2.7 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# 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 = 34
ANDROID_COMPILE_SDK_VERSION = 34
CHAT_SDK_DEMO_VERSION = 5.6.12
CHAT_SDK_VERSION = 5.6.12
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
DEVELOPER_EMAIL=ben@chatsdk.co
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
android.nonTransitiveRClass=false
# General Metadata
POM_NAME=Chat SDK
POM_DESCRIPTION=Open Source Instant Messaging Framework
POM_URL=https://github.com/chat-sdk/chat-sdk-android
POM_INCEPTION_YEAR=2015
# License
POM_LICENSE_NAME=Dual licensing: GPL or Commercial
POM_LICENSE_URL=https://github.com/chat-sdk/chat-sdk-android/blob/master/LICENSE.md
POM_LICENSE_DIST=repo
# Developer
POM_DEVELOPER_ID=100bears
POM_DEVELOPER_NAME=Benjamin Smiley-Andrews
POM_DEVELOPER_EMAIL=ben@sdk.chat
# SCM
POM_SCM_URL=https://github.com/chat-sdk/chat-sdk-android
POM_SCM_CONNECTION=scm:git:git@github.com:chat-sdk/chat-sdk-android.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:chat-sdk/chat-sdk-android.git
mavenCentralPublishing=true
signAllPublications=true
#mavenCentralUsername=8zUFe+sj
#mavenCentralPassword=96up4q2Zi+7OGyEvNvsYEWYBduopLFgIpauB4Y1C6Pry
# Normal Long pass
signing.keyId=AF2FEAE8
signing.password=Hef46E,!Bear
signing.secretKeyRingFile=/Users/benj/Documents/Projects/ChatSDK/AndroidKeys/publish-key.gpg