A problem occurred evaluating project ':app'.
> Could not get unknown property 'FFSHARE_RELEASE_STORE_FILE' for SigningConfig$AgpDecorated_Decorated{name=release, storeFile=null, storePassword=null, keyAlias=null, keyPassword=null, storeType=pkcs12, v1SigningEnabled=true, v2SigningEnabled=true, enableV1Signing=null, enableV2Signing=null, enableV3Signing=null, enableV4Signing=null} of type com.android.build.gradle.internal.dsl.SigningConfig$AgpDecorated.
Even when trying to build a debug version with
./gradlew installDebug.I could not find build instructions.
I guess FFSHARE_RELEASE_STORE_FILE is only actually useful for releases (not debug).
Thanks!