21 lines
727 B
Properties
21 lines
727 B
Properties
android.useAndroidX=true
|
|
android.enableJetifier=false
|
|
|
|
# Increase Gradle daemon heap to avoid OOM during packaging large AAR/assets
|
|
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -Dkotlin.daemon.jvm.options="-Xmx2g"
|
|
|
|
# SellyCloud SDK publishing metadata
|
|
sellySdkGroupId=com.sellycloud
|
|
sellySdkArtifactId=sellycloudsdk
|
|
sellySdkVersion=1.0.0
|
|
# Optional: local folder repository for sharing the built AAR (relative to project root)
|
|
sellySdkPublishRepo=build/maven-repo
|
|
|
|
# --- Signing (self-signed keystore) ---
|
|
# Path is relative to the root project dir
|
|
MY_STORE_FILE=release.keystore
|
|
# Keep these secrets locally; do not commit real creds to VCS
|
|
MY_STORE_PASSWORD=rtmpdemo123
|
|
MY_KEY_ALIAS=rtmpdemo
|
|
MY_KEY_PASSWORD=rtmpdemo123
|