-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathgradle.properties
More file actions
19 lines (19 loc) · 878 Bytes
/
gradle.properties
File metadata and controls
19 lines (19 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
org.gradle.jvmargs=-Dfile.encoding\=UTF-8 -XX\:+UseParallelGC -Xmx10G
kotlin.code.style=official
android.enableAppCompileTimeRClass=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true
android.useAndroidX=true
org.gradle.parallel=true
POM_GROUP_ID=com.pouyaheydari.updater
POM_VERSION=11.0.2
POM_DESCRIPTION=App Updater is an easy-to-use and fully customizable library to show update dialog to users.
POM_URL=https://github.com/HeyPouya/AndroidAppUpdater
POM_SCM_URL=https://github.com/HeyPouya/AndroidAppUpdater
POM_SCM_CONNECTION=scm:git:git://github.com/HeyPouya/AndroidAppUpdater.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/HeyPouya/AndroidAppUpdater.git
POM_LICENCE_NAME=The Apache License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=HeyPouya
POM_DEVELOPER_NAME=Pouya Heydari