-
Notifications
You must be signed in to change notification settings - Fork 162
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
Version code #941
Version code #941
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #941 +/- ##
========================================
Coverage 56.63% 56.63%
========================================
Files 968 968
Lines 24592 24592
Branches 4987 4987
========================================
Hits 13927 13927
Misses 8456 8456
Partials 2209 2209 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
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.
LGTM, couple of suggestions but they can be done later if necessary :)
@@ -44,7 +44,9 @@ jobs: | |||
FIREBASE_TOKEN: ${{ secrets.ELEMENT_ANDROID_NIGHTLY_FIREBASE_TOKEN }} | |||
- name: Additionally upload Nightly APK to browserstack for testing | |||
continue-on-error: true # don't block anything by this upload failing (for now) | |||
run: curl -u "$BROWSERSTACK_USERNAME:$BROWSERSTACK_PASSWORD" -X POST "https://api-cloud.browserstack.com/app-automate/upload" -F "file=@app/build/outputs/apk/nightly/app-universal-nightly.apk" -F "custom_id=element-x-android-nightly" | |||
run: | | |||
./gradlew assembleNightly $CI_GRADLE_ARG_PROPERTIES |
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.
Oh, I guess we'll need the ELEMENT_ANDROID_MAPTILER_*
env vars in this task if we're now building here
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.
Ah yes, good point, added.
* Version when running the current debug build | ||
* -------10_200 | ||
* | ||
* So adding 4_000_000 to the current version Code computed here should be fine, we will have: |
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.
Maybe mention the "multiply by 10 and add a number for the abi" logic somewhere here? It just looks like the maths is wrong at the minute 😆
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.
Yes, you're right! Done.
There is an issue with Firebase Distribution that I am investigating:
Good news is that Mastro is happy with the x86_64 APK. |
…now. We need a matching and released PlayStore application to be able to upload an AAB, and we do not have that for now.
So reverting this change in #945 to unblock the nightly flow. |
Fix downgrade issue due to version code recent change (in #932).
Also: