forked from DImuthuUpe/AndroidPdfViewer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
25 lines (20 loc) · 787 Bytes
/
gradle.properties
File metadata and controls
25 lines (20 loc) · 787 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
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.enableJetifier=true
# 16 KB page size support
android.enableR8.fullMode=true
# General info
GROUP=com.verygoodsecurity
# Git info
POM_URL=https://github.com/verygoodsecurity/AndroidPdfViewer.git
POM_SCM_URL=https://github.com/verygoodsecurity/AndroidPdfViewer.git
POM_SCM_CONNECTION=scm:git:git://github.com/verygoodsecurity/AndroidPdfViewer.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:verygoodsecurity/AndroidPdfViewer.git
# License
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
# Sonotype config
mavenCentralPublishing=true
signAllPublications=true
mavenCentralAutomaticPublishing=false