forked from SceneView/sceneform-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
20 lines (20 loc) · 1 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
android.enableJetifier=true
android.useAndroidX=true
kotlin.code.style=official
org.gradle.jvmargs=-Xmx4608m -Dkotlin.daemon.jvm.options\="-Xmx4608m"
######################
# MavenCentral Publish
######################
GROUP=com.gorisse.thomas.sceneform
VERSION_NAME=1.21.0
POM_DESCRIPTION=Sceneform is a 3D framework with a physically based renderer that is optimized for mobile devices and that makes it easy for you to build Augmented Reality (AR) apps without requiring OpenGL or Unity.
POM_URL=https://github.com/SceneView/sceneform-android
POM_SCM_URL=https://github.com/SceneView/sceneform-android
POM_SCM_CONNECTION=scm:git:git://github.com:sceneview/sceneform-android.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:sceneview/sceneform-android.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=thomasgorisse
POM_DEVELOPER_NAME=Thomas Gorisse
POM_DEVELOPER_URL=https://github.com/ThomasGorisse