-
Notifications
You must be signed in to change notification settings - Fork 35
/
gradle.properties
39 lines (34 loc) · 1.51 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
# 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.
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
# 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_projects
# org.gradle.parallel=true
# signing information # ??ID??8? 3F4853570E4B754B5FFDDA712ECC233F04E06F1A
signing.keyId=DE977BC7
signing.password=lylove1314
signing.secretKeyRingFile=../sering.gpg
# sonatype account
ossrhUsername=***
ossrhPassword=***
PROJ_GROUP=io.github.linwg1988
PROJ_BASENAME=lcardview-kt
PROJ_VERSION=1.0.4
PROJ_WEBSITEURL=https://github.com/linwg1988/LCardView
PROJ_VCSURL=https://github.com/linwg1988/LCardView.git
PROJ_URL=https://github.com/linwg1988/LCardView/master
PROJ_DESCRIPTION=A libary uses for browsing image detail.
DEVELOPER_ID=linwg1988
DEVELOPER_NAME=linwg1988
sonartypeStaging=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
sonatypeSnapshots=https://s01.oss.sonatype.org/content/repositories/snapshots/