[m] Keystore def

This commit is contained in:
soraefir 2024-04-04 00:36:54 +02:00
parent 112745188f
commit b1de332134
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -5,6 +5,10 @@ plugins {
id 'com.mikepenz.aboutlibraries.plugin' version '11.1.1' id 'com.mikepenz.aboutlibraries.plugin' version '11.1.1'
} }
def keystorePropertiesFile = rootProject.file("app/keystore.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android { android {
namespace 'net.helcel.beans' namespace 'net.helcel.beans'
compileSdk 34 compileSdk 34