Skip to content

Commit 72de8ef

Browse files
committed
bump: version id to 953
1 parent 28cb3fa commit 72de8ef

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ android {
5050
applicationId "app.simple.peri"
5151
minSdk = 24
5252
targetSdk = 36
53-
versionCode 952
54-
versionName "v9.5.2"
53+
versionCode 953
54+
versionName "v9.5.3"
5555

5656
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
5757

@@ -67,7 +67,12 @@ android {
6767

6868
signingConfigs {
6969
release {
70-
def properties = loadProperties("local.properties")
70+
def properties = loadProperties(rootProject.file('local.properties').absolutePath)
71+
if (properties.isEmpty()) {
72+
logger.error("local.properties file not found or empty, retrying with environment variables.")
73+
storeFile = null
74+
}
75+
7176
def keystoreFile = findKeystoreFile(properties)
7277

7378
if (keystoreFile.exists()) {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Read the complete changelogs here: https://github.com/Hamza417/Peristyle/releases/latest

0 commit comments

Comments
 (0)