-
Notifications
You must be signed in to change notification settings - Fork 90
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
App not working for android < 26. #5
Comments
Hi @raghavpai, which of these 3 Android API settings are you referring to?
|
minSdk is set to 21, as this is the requirement for JetpackCompose. |
When you try to use the App in my case I am using Lollipop android version .....I am getting runtime exception....You can try the APP in lower android version (<26 API version)devices. |
No issues here this is fine. |
Thanks for pointing this out. |
dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.0.9")
}
The text was updated successfully, but these errors were encountered: