forked from Vorlonsoft/AndroidRate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
40 lines (37 loc) · 2.05 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 2017 - 2018 Vorlonsoft LLC
#
# Licensed under The MIT License (MIT)
# Project-wide Gradle settings.
org.gradle.caching = true
org.gradle.daemon = true
org.gradle.jvmargs = -Xmx8192m -XX:MaxPermSize=2048m -Dfile.encoding=UTF-8
org.gradle.parallel = true
# Project-wide Android Gradle plugin settings.
android.debug.obsoleteApi = false
android.enableJetifier = true
android.enableR8 = true
android.enableR8.fullMode = true
android.enableSeparateAnnotationProcessing = true
android.useAndroidX = true
# Project-wide GradleMavenPush Gradle Script plugin settings.
GROUP = com.vorlonsoft
VERSION_NAME = 1.2.5-SNAPSHOT
POM_DESCRIPTION = The library to help you promote your Android app by prompting users to rate the app after using it for a few days.
POM_URL = https\://github.com/Vorlonsoft/AndroidRate
POM_INCEPTION_YEAR = 2017
POM_ORG = Vorlonsoft LLC
POM_ORG_URL = https\://www.vorlonsoft.com/
POM_LICENCE_NAME = The MIT License (MIT)
POM_LICENCE_URL = https\://opensource.org/licenses/MIT
POM_DEVELOPER_ID = AlexanderLS
POM_DEVELOPER_NAME = Alexander Savin
POM_DEVELOPER_EMAIL = [email protected]
POM_DEVELOPER_URL = https\://github.com/AlexanderLS
POM_DEVELOPER_ROLES = CEO,Chief Architect,Software Engineer
POM_CONTRIBUTORS = Hafiz Ahmed,[email protected],Codacy Badger,[email protected]
POM_SCM_CONNECTION = scm\:[email protected]\:Vorlonsoft/AndroidRate.git
POM_ISSUE_SYSTEM = GitHub Issues
POM_ISSUE_SYSTEM_URL = https\://github.com/Vorlonsoft/AndroidRate/issues
POM_DIST_DOWNLOAD_URL = https\://repo1.maven.org/maven2/com/vorlonsoft/androidrate/
POM_REPOSITORIES = jCenter,https\://jcenter.bintray.com/,mavenCentral,https\://repo1.maven.org/maven2/
POM_SNAPSHOT_REPOSITORIES = mavenCentral,https\://oss.sonatype.org/content/repositories/snapshots/