-
-
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
Hotfix release 0.21.5 #6493
Hotfix release 0.21.5 #6493
Conversation
f7f9707
to
3fbcee6
Compare
app/build.gradle
Outdated
@@ -73,7 +73,7 @@ android { | |||
|
|||
compileOptions { | |||
// Flag to enable support for the new language APIs | |||
coreLibraryDesugaringEnabled true | |||
coreLibraryDesugaringEnabled false |
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.
@Isira-Seneviratne do you have any idea why the build works without issues even if this is set to false
? How can Java methods be desugared if this is missing?
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.
Build works, but running the app on API 19 does not. i used the wrong emulator... We need to revert this
Changelog
App
Hotfix
APK for testing
app-debug.zip
Please report new bugs in #6494