-
Notifications
You must be signed in to change notification settings - Fork 45
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
Don't add support RTL in application tag #9
Comments
Applies to the other attributes. I'd suggest having a clear |
Removes applying app settings for any apps which depend on the library: - support RTL - allow backup - app name Having some of these tags can have bad side affects as experienced. For example, if app doesn't support RTL expicitly in the AndroidManifest.xml, the build fails as there are conflicting settings. Fixes pavlospt#9
CI build failed and can't rebuild from this end. I think it failed from downloading a dependency. Any chance you can trigger a build? I did it by doing the following but there must be a better way. |
I rerun it manually and it seems to pass now. Something odd might have happened on the previous run. |
That's cool. Odd it happened. Thanks for dealing with it! |
No problem thanks for the PR as well! |
Just added this app and we don't support RTL at present as our app is training material for the UK. Can you remove the
supportsRtl
attribute from theapplication
in AndroidManifest.xml?I can replace setting using tools as advised but it would prevent friction for other users.
The text was updated successfully, but these errors were encountered: