-
-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathgradle.properties
More file actions
21 lines (18 loc) · 699 Bytes
/
gradle.properties
File metadata and controls
21 lines (18 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
POM_NAME=Renderers
POM_ARTIFACT_ID=renderers
POM_PACKAGING=aar
VERSION_NAME=4.1.1-SNAPSHOT
VERSION_CODE=040101
GROUP=com.github.pedrovgs
POM_DESCRIPTION=Android library to avoid duplicated adapters code
POM_URL=https://github.com/pedrovgs/Renderers
POM_SCM_URL=https://github.com/pedrovgs/Renderers
POM_SCM_CONNECTION=scm:git@github.com:pedrovgs/Renderers.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:pedrovgs/Renderers.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=pedrovgs
POM_DEVELOPER_NAME=Pedro Vicente Gómez Sánchez
android.useAndroidX=true
android.enableJetifier=true