Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b1de332134
|
|||
112745188f
|
@ -5,6 +5,10 @@ plugins {
|
||||
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 {
|
||||
namespace 'net.helcel.beans'
|
||||
compileSdk 34
|
||||
|
Reference in New Issue
Block a user