-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
28 lines (20 loc) · 914 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
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Maven
GROUP=com.husseinala.neon
VERSION_NAME=1.0.0
POM_DESCRIPTION=Jetpack Compose library that provides Compose support for different image loading libraries.
POM_INCEPTION_YEAR=2020
POM_URL=https://github.com/husseinala/neon
POM_SCM_URL=https://github.com/husseinala/neon
POM_SCM_CONNECTION=scm:git:git://github.com/husseinala/neon.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/husseinala/neon.git
POM_LICENCE_NAME=The Apache License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=husseinala
POM_DEVELOPER_NAME=Hussein Aladeen
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2/
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots/