Compare commits
No commits in common. "b1de3321345625a1aed6537dd6c02c0ebda70dd7" and "084953fd426cfb67a5c4d811f335cc1b622ee1c1" have entirely different histories.
b1de332134
...
084953fd42
@ -5,10 +5,6 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user