-
Notifications
You must be signed in to change notification settings - Fork 19
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
Support dialogfragment #16
base: master
Are you sure you want to change the base?
Conversation
Can you update your travis-ci to have build tools 23.0.3? |
@@ -6,5 +6,5 @@ | |||
<string name="permission_granted">Permission Granted!</string> | |||
<string name="permission_permanently_denied">Permission Permanently Denied.</string> | |||
<string name="permission_denied">Permission Denied.</string> | |||
<string name="two_permission_granted">2 Permissions Granted.</string> | |||
<string name="X_permissions_granted">%1$d Permissions Granted.</string> |
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.
Use lowercase 'x'.
Hey, just like on your other PR, I didn't see that you merged in master and got the build working. I'm going to look into this PR in more depth later tonight and test it out. Thanks so much for taking the time to contribute! |
PR looks good! Just merge in master so I can see the true diff, and we should be good from there. |
Proposed fixes for #13 and #2.