-
Notifications
You must be signed in to change notification settings - Fork 4
/
gradle.properties
26 lines (22 loc) · 903 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
android.useAndroidX=true
kotlin.code.style=official
android.enableJetifier=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.defaults.buildfeatures.buildconfig=true
POM_PACKAGING=aar
POM_NAME=dfc
POM_ARTIFACT_ID=dfc
POM_DESCRIPTION=A faster alternative to AndroidX's DocumentFile
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/ItzNotABug/DocumentFileCompat
POM_SCM_URL=https://github.com/ItzNotABug/DocumentFileCompat
POM_SCM_CONNECTION=scm:git@github.com:itznotabug/DocumentFileCompat.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:itznotabug/DocumentFileCompat.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=itznotabug
POM_DEVELOPER_NAME=Darshan Pandya
POM_DEVELOPER_URL=https://github.com/itznotabug