Skip to content

Commit

Permalink
Merge branch 'mobile-development' into USH-1733
Browse files Browse the repository at this point in the history
  • Loading branch information
MMwandigha authored Jan 21, 2025
2 parents 6920483 + 0b6ac2b commit ebe2aab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/mobile-mzima-client/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.ushahidi.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 220243000
versionName "2.202430.0-alpha.0"
versionCode 220250300
versionName "2.202530.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.202410.0;
MARKETING_VERSION = 2.202503.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.ushahidi.mobile;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -388,7 +388,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.202410.0;
MARKETING_VERSION = 2.202503.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ushahidi.mobile;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand Down

0 comments on commit ebe2aab

Please sign in to comment.