raeleus/stripe

README mistake

Closed this issue · 2 comments

implementation 'com.github.raeleus.stripe:stripe:1.4.1'

Should be com.github.raeleus:stripe:1.4.1. Likes in viewports-sample-project.

The same with other com.github.raeleus.stripe in README.

The new format is correct. This is because there are subprojects for PopColorPicker and FreeTypeSkin. Viewports sample project uses an old version. Thanks for checking though!

Oh I know why I can't use it before. I copy the README single quotation marks version and try to use version number variable, and gradle can't handle it, then I copy the old version double quotation marks so it works.