-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore: create an checkbox to upload the sourcemap in build mobile workflow #27750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
1da9530
2887402
982c6ab
04dd56f
c56195e
42d3af4
0230a9c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -187,8 +187,8 @@ android { | |
| applicationId "io.metamask" | ||
| minSdkVersion rootProject.ext.minSdkVersion | ||
| targetSdkVersion rootProject.ext.targetSdkVersion | ||
| versionName "7.72.0" | ||
| versionCode 3607 | ||
| versionName "7.71.0" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Android versionName downgraded from 7.72.0 to 7.71.0High Severity The Android |
||
| versionCode 4138 | ||
| testBuildType System.getProperty('testBuildType', 'debug') | ||
| testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | ||
| manifestPlaceholders.MM_BRANCH_KEY_TEST = "$System.env.MM_BRANCH_KEY_TEST" | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of this couldn't we just add the environment variable in builds.yml?
I see that we only set this for rc and production builds to false in
build.sh