-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
37 lines (28 loc) · 963 Bytes
/
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
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# AndroidX
android.useAndroidX=true
# https://kotlinlang.org/docs/code-style-migration-guide.html#in-gradle
kotlin.code.style=official
# Disable welcome message
systemProp.org.gradle.internal.launcher.welcomeMessageEnabled=false
# Project setup
minSdk=21
targetSdk=34
compileSdk=34
# POM coordinates
POM_VERSION=2.1.1
POM_GROUP_ID=com.ivanempire
POM_ARTIFACT_ID=lighthouse
# POM description
POM_DESCRIPTION=An SSDP discovery library for Android, powered by Kotlin Coroutines
# POM license
POM_LICENSE_NAME=The Apache License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
# POM project URLs
POM_URL=https://github.com/ivanempire/lighthouse
[email protected]:ivanempire/lighthouse.git
[email protected]:ivanempire/lighthouse.git
# POM developer
POM_DEVELOPER_ID=ivanempire
POM_DEVELOPER_NAME=Ivan Melnikov