This repository was archived by the owner on Oct 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121 }
2222 // pick first six characters
2323 return stdout. toString(). trim(). substring(0 , 6 )
24- } catch (Exception e) {
24+ } catch (Exception e) {
2525 return " "
2626 }
2727 }
@@ -30,15 +30,15 @@ android {
3030 applicationId " com.ms_square.android.design.overlay"
3131 minSdkVersion project. ANDROID_BUILD_MIN_SDK_VERSION
3232 targetSdkVersion project. ANDROID_BUILD_TARGET_SDK_VERSION
33- versionCode 4
34- versionName " 1.0.3 "
33+ versionCode 5
34+ versionName " 1.0.4 "
3535 }
3636
3737 signingConfigs {
3838 release {
3939 def Properties keyProps = new Properties ()
4040 // double check if keystore.properties exists to avoid exception
41- if (file(" ../keystore.properties" ). exists()) {
41+ if (file(" ../keystore.properties" ). exists()) {
4242 keyProps. load(new FileInputStream (file(' ../keystore.properties' )))
4343 }
4444 storeFile keyProps[" storeFile" ] != null ? file(keyProps[" storeFile" ]) : null
@@ -62,7 +62,7 @@ android {
6262 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
6363
6464 // check if keystore.properties exists in the root
65- if (file(" ../keystore.properties" ). exists()) {
65+ if (file(" ../keystore.properties" ). exists()) {
6666 signingConfig signingConfigs. release
6767 }
6868 }
You can’t perform that action at this time.
0 commit comments