databinding-samples icon indicating copy to clipboard operation
databinding-samples copied to clipboard

Dependencies updated, build fixed.

Open syslogic opened this issue 6 years ago • 3 comments

syslogic avatar Oct 25 '19 01:10 syslogic

@syslogic Just out of curiosity why do we need to format it??

omeryounus avatar Oct 25 '19 02:10 omeryounus

R.string.sets_format is the one formatted text in the header, eg. Sets: 1/6. While the lack of the attribute formatted="false" prevented the build, because it rejected the (otherwise) positional format %d/%d. Without that exclusion, it won't process the resources - or generate class BR.

syslogic avatar Oct 25 '19 02:10 syslogic

I've fixed the reference to class BR, which closes #27 & probably #28. Also fixed most Gradle & Lint warnings.

syslogic avatar Oct 25 '19 03:10 syslogic