-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
35 lines (35 loc) · 1.39 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
# Compiler Configuration
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.nonTransitiveRClass=true
kotlin.code.style=official
kotlin.incremental.useClasspathSnapshot=true
# Project Configuration
project.name=PanguText
project.url=https://github.com/BetterAndroid/PanguText
project.groupName=com.highcapable.pangutext
project.android.compileSdk=35
project.android.minSdk=21
project.android.targetSdk=35
project.app.packageName=com.highcapable.pangutext.demo
project.app.versionName=universal
project.app.versionCode=1
project.pangutext-android.namespace=${project.groupName}.android
project.pangutext-android.version="1.0.2"
# Maven Publish Configuration
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
# Maven POM Configuration
POM_NAME=PanguText
POM_DESCRIPTION=A typographic solution for the optimal alignment of CJK characters, English words, and half-width digits.
POM_URL=https://github.com/BetterAndroid/PanguText
POM_LICENSE_NAME=Apache License 2.0
POM_LICENSE_URL=https://github.com/BetterAndroid/PanguText/blob/main/LICENSE
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/BetterAndroid/PanguText
POM_SCM_CONNECTION=scm:git:git://github.com/BetterAndroid/PanguText.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/BetterAndroid/PanguText.git
POM_DEVELOPER_ID=0
POM_DEVELOPER_NAME=fankes
POM_DEVELOPER_URL=https://github.com/fankes