Skip to content

Commit

Permalink
fix: Play Store Release CI/CD (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali authored Jan 27, 2025
1 parent 2b1a9d2 commit 48a70d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions fastlane/FastFile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ platform :android do
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,
skip_upload_apk: true,
)
end

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Initial Release
chore: Upload `google-services.json` file (#2295)
2 changes: 1 addition & 1 deletion mifosng-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {
// TODO:: Fix the proguard rules for release build
release {
isMinifyEnabled = false
isDebuggable = true
isDebuggable = false
isShrinkResources = false
applicationIdSuffix = MifosBuildType.RELEASE.applicationIdSuffix
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
Expand Down

0 comments on commit 48a70d2

Please sign in to comment.