forked from lingochamp/FileDownloader
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
31 lines (23 loc) · 902 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
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
android.injected.testOnly=false
android.useAndroidX=true
kotlin.code.style=official
org.gradle.caching=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx4g
org.gradle.parallel=true
GROUP=io.github.goooler.android
VERSION_NAME=1.7.11-SNAPSHOT
SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
POM_URL=https://github.com/Goooler/FileDownloader
POM_SCM_URL=https://github.com/Goooler/FileDownloader
POM_SCM_CONNECTION=scm:[email protected]:Goooler/FileDownloader.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:Goooler/FileDownloader.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=Goooler
POM_DEVELOPER_NAME=Zongle Wang
POM_DEVELOPER_URL=https://github.com/Goooler