-
Notifications
You must be signed in to change notification settings - Fork 617
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (20 loc) · 899 Bytes
/
gradle.properties
File metadata and controls
23 lines (20 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
org.gradle.jvmargs=-Xmx6000m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
VERSION_NAME=2.3.0
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
POM_NAME=GravitySnapHelper
POM_DESCRIPTION=A SnapHelper that snaps a RecyclerView to an edge.
GROUP=com.github.rubensousa
POM_ARTIFACT_ID=gravitysnaphelper
POM_URL=https://github.com/rubensousa/GravitySnapHelper/
POM_SCM_URL=https://github.com/rubensousa/GravitySnapHelper/
POM_SCM_CONNECTION=scm:git:git://github.com/rubensousa/GravitySnapHelper.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/rubensousa/GravitySnapHelper.git
POM_INCEPTION_YEAR=2016
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=rubensousa
POM_DEVELOPER_NAME=Ruben Sousa
POM_DEVELOPER_URL=https://github.com/rubensousa/
android.useAndroidX=true