Compare commits
2 Commits
084953fd42
...
b1de332134
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user