-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
fix: 4807 - putting back a useless hive table, just in case #4821
fix: 4807 - putting back a useless hive table, just in case #4821
Conversation
Small formatting issue |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #4821 +/- ##
==========================================
- Coverage 9.89% 9.87% -0.03%
==========================================
Files 311 312 +1
Lines 15787 15820 +33
==========================================
Hits 1562 1562
- Misses 14225 14258 +33 ☔ View full report in Codecov by Sentry. |
When it rains, it pours. I tried a new version of Android Studio in order to fix the gradle BS so that I can build the release APK. And in this AS version the formatting is not automatic. |
I would be very glad if it worked 🤞 , but there's something really fishy given that the (edit: faulty) PR is not supposed to be part of 4.11.0. |
I think it should work now. |
As you've correctly said 4.12.0 is unreleased @monsieurtanuki . But the PR is just a front for a release. The release Action is called from multiple sources
All of them build and upload an APK. Meaning versions which are supposed to be publicly released under 4.12 can be on the n'th 4.11 already when manually triggered. Useful for testing but not to keep track of changes. Maybe we should make sure that only the release-please versions are pushed to beta or production. Meaning only the first of a certain version name. But that's up to @teolemon |
|
What
Part of