-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (22 loc) · 952 Bytes
/
gradle.properties
File metadata and controls
29 lines (22 loc) · 952 Bytes
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
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4096M
GROUP=com.afkanerd.oss1
POM_ARTIFACT_ID=smswithoutborders_libsmsmms
VERSION_NAME=0.0.2
POM_NAME=SMSWithoutBorders libsmsmms allows sending and receiving mms on Android
POM_DESCRIPTION=SMSWithoutBorders libsmsmms allows sending and receiving mms on Android
POM_INCEPTION_YEAR=2025
POM_URL=https://github.com/sherlockwisdom/libsmsmms
POM_LICENSE_NAME=MIT License
POM_LICENSE_URL=https://mit-license.org/
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/sherlockwisdom/libsmsmms
POM_SCM_CONNECTION=scm:git:https://github.com/sherlockwisdom/libsmsmms.git
POM_SCM_DEV_CONNECTION=scm:git:https://github.com/sherlockwisdom/libsmsmms.git
POM_DEVELOPER_ID=sherlock
POM_DEVELOPER_NAME=Sherlock Wisdom
POM_DEVELOPER_URL=https://github.com/sherlockwisdom/
SONATYPE_AUTOMATIC_RELEASE=true
# or when publishing to https://s01.oss.sonatype.org
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true