Skip to content
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

Not working in lower than API 26 #11

Open
vishalvanpariya opened this issue Mar 2, 2019 · 1 comment
Open

Not working in lower than API 26 #11

vishalvanpariya opened this issue Mar 2, 2019 · 1 comment

Comments

@vishalvanpariya
Copy link

in Building of app it give error starting support is API 26 Android O.

@vishalvanpariya vishalvanpariya changed the title Not working in lower that API 26 Apr 5, 2019
@vthakkar66
Copy link

android {
..
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}

add above lines in app level build gradle in android part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants