Enhance: Add gradle.properties for keystore configuration and update .gitignore to include gradle.properties and hprof files

This commit is contained in:
cmclark00 2025-04-01 16:12:08 -04:00
parent 2edac3138c
commit c1da5ba20f
4 changed files with 24 additions and 2 deletions

View file

@ -20,4 +20,11 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
# Keystore Properties
# WARNING: Make sure this file is added to .gitignore
RELEASE_STORE_FILE=../../pixelmint-release-key.jks
RELEASE_STORE_PASSWORD=Star.Bucks1505
RELEASE_KEY_ALIAS=dropkey
RELEASE_KEY_PASSWORD=Star.Bucks1505