forked from wealthfront/magellan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
28 lines (21 loc) · 1013 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
27
28
GROUP=com.ryanmoelter.magellanx
VERSION_NAME=0.6.1-SNAPSHOT
POM_DESCRIPTION=A simple, flexible, and practical navigation library for android using Jetpack Compose
POM_URL=https://github.com/ryanmoelter/magellanx/
POM_SCM_URL=https://github.com/ryanmoelter/magellanx/
POM_SCM_CONNECTION=scm:git:git://github.com/ryanmoelter/magellanx.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/ryanmoelter/magellanx.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=ryanmoelter
POM_DEVELOPER_NAME=Ryan Moelter
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2/
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots/
android.useAndroidX=true
kotlin.code.style=official
android.nonTransitiveRClass=true
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.caching=true