File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff 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()) {
Original file line number Diff line number Diff line change 1+ Read the complete changelogs here: https://github.com/Hamza417/Peristyle/releases/latest
You can’t perform that action at this time.
0 commit comments