-
Notifications
You must be signed in to change notification settings - Fork 336
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
Documentation slight outdated (for quick setup) #494
Comments
yeah the javadocs are completely outdated and i haven't gone through all the wiki pages. the demo and readme should be relatively correct, although feel free to fork and PR (or just edit the wiki directly) if you have the bandwidth to correct any typos or misnamed methods. otherwise i'll get to it when i can - i usually work in short bursts every few months. yeah it's |
#496 for README.me |
you should be able to edit the wiki directly, but it's np i can do it - what page/line? |
I also get an error message for min sdk to be 26. How can i fix this to use it with min sdk 19? |
This should be in a different issue thread, but nity demo and library have minSdk of 19. Check other Gradle or manifest settings in your project, or other dependencies |
Also in README.md |
i will fix this as soon as i get some time for this project (weeks away) |
Tried to get this running. Looks super nice and promising. A few things I noticed while setting it up.
I needed to set min sdk to 26 (Oreo) to compile. Not a problem, and easily fixable through error messages
Could it be that .defineZoomLevel replaced .defineDetail and .addDetailLevel? readme.md refers to defineDetail in the quick setup , and the wiki uses addDetailLevel. The demo code shows how.
The text was updated successfully, but these errors were encountered: