forked from opensrp/opensrp-client-reporting
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
18 lines (16 loc) · 760 Bytes
/
gradle.properties
File metadata and controls
18 lines (16 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
VERSION_NAME=0.1.3-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Reporting Library
POM_SETTING_URL=https://github.com/OpenSRP/opensrp-client-reporting
POM_SETTING_SCM_URL=https://github.com/OpenSRP/opensrp-client-reporting
POM_SETTING_SCM_CONNECTION=scm:git@github.com:OpenSRP/opensrp-client-reporting.git
POM_SETTING_SCM_DEV_CONNECTION=scm:git@github.com:OpenSRP/opensrp-client-reporting.git
POM_SETTING_LICENCE_NAME=The Apache Software License, Version 2.0
POM_SETTING_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_SETTING_LICENCE_DIST=repo
POM_SETTING_DEVELOPER_ID=opensrp
POM_SETTING_DEVELOPER_NAME=OpenSRP Onadev
android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx2048M