-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[TECHNICAL] Update Android Gradle Plugin version #4507
Conversation
74bc008
to
c59eda5
Compare
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.
A tiny comment to check here @JuancaG05! 🚀
deb80dd
to
c88506b
Compare
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! Ready for QA ✅
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.
👍
Some basic checks here, since this is nothing that needs real QA
|
(1) [FIXED]Using Android Studio Ladybug to generate a signed APK: Lint is returning errors that don't allow to build:
the problem seems to be more related with the android and SDK versions than the gradle one.. but Debug builds (play button) work fine |
so apk build is not part of ci ... otherwise this would have been detected by ci - or am I missing anything? THX |
ci builds apk with testing purposes (debug mode). The error happened with signed apk (release mode). Release mode is just for releases, for that reason that problem was not detected for the testing jobs. |
Is the difference signed vs not signed or debug vs release? |
the difference in that case is signed vs not signed. It's posible to build release unsigned artifacts |
(1) should be fixed now @jesmrec |
(1) is fixed |
(2)The branding build system seems to need kind of update. It fails with the following trace:
we'd need someone with access to the machine to update Java version to 17. Otherwise, it will not be posible to build branded artifacts anymore. Who is in charge of this, @DeepDiver1975 ? |
(2) will be fixed in the time till next release is done. Without a fix, the branding system will not work anymore. But, the app will go on with the new build setup. Let's move |
Related Issues
App: #4478
ReleaseNotesViewModel.kt
creating a newReleaseNote()
with String resources (if required)QA
#4507 (comment)