-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgradle.properties
61 lines (49 loc) · 1.95 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
## 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.
# Default value: -Xmx1024m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
#
# 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
#Tue Nov 17 23:14:09 CST 2020
#group id
VERSION_CODE=100016
VERSION_NAME=0.0.16
GROUP=io.github.jdpxiaoming
COMPILE_TOOL_API=30
COMPILE_TOOL_API_VERSION=29.0.3
MIN_SDK=16
TRAGET_SDK=28
POM_DESCRIPTION=Video player based on FFmpeg n4.0.2
POM_DEVELOPER_ID=jdpxiaoming
POM_DEVELOPER_NAME=Cai Xing Ming
POM_LICENSE_DIST=repo
POM_LICENSE_NAME=LGPL-2.1
POM_LICENSE_URL=https://www.gnu.org/licenses/lgpl-2.1.html
POM_SCM_CONNECTION=scm:git:[email protected]:jdpxiaoming/FFmpegTools.git
POM_SCM_DEV_CONNECTION=scm:git:[email protected]:jdpxiaoming/FFmpegTools.git
POM_SCM_URL=https://github.com/jdpxiaoming/FFmpegTools.git
POM_URL=https://github.com/jdpxiaoming/FFmpegTools/
POM_USER_ORG=media
#org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options ="-Xmx2048M"
#sonatype account.
#RELEASE_REPOSITORY_URL=http\://172.16.22.18\:8081/repository/android/
#SNAPSHOT_REPOSITORY_URL=http\://172.16.22.18\:8081/repository/android/
NEXUS_USERNAME=jdpxiaoming
NEXUS_PASSWORD=*****
#bintray depercated
BINTRAY_USER=jdpxiaoming
BINTRAY_APIKEY=dc12563ec4b151a253dd4aa83280f05406e90acc
#gpg账户信息.
signing.keyId=15E7C6E7
signing.password=*****
signing.secretKeyRingFile=D\:\\gpg\\secring.gpg
# androidx Ǩ��
android.enableJetifier=true
android.useAndroidX=true