Files
filament/android/gradle.properties
Mathias Agopian 4a09e13e9d fix a couple typos and consts.
make it easier to activate matdbg on android builds, by adding, but
commenting out the appropriate property.
2023-02-01 10:03:20 -08:00

26 lines
836 B
Properties

GROUP=com.google.android.filament
VERSION_NAME=1.31.2
POM_DESCRIPTION=Real-time physically based rendering engine for Android.
POM_URL=https://github.com/google/filament
POM_SCM_URL=https://github.com/google/filament
POM_SCM_CONNECTION=scm:git:git://github.com/google/filament.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/google/filament.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=filament-team
POM_DEVELOPER_NAME=Filament Team
org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
com.google.android.filament.tools-dir=../../../out/release/filament
com.google.android.filament.dist-dir=../out/android-release/filament
com.google.android.filament.abis=all
#com.google.android.filament.matdbg=true