-
Notifications
You must be signed in to change notification settings - Fork 203
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
Add activity embedding snippets. #472
base: main
Are you sure you want to change the base?
Conversation
…ndow-java, and androidx-startup-runtime.
…ndow-java, and androidx-startup-runtime.
gradle/libs.versions.toml
Outdated
@@ -45,7 +49,7 @@ material3-adaptive = "1.1.0" | |||
material3-adaptive-navigation-suite = "1.3.1" | |||
media3 = "1.5.1" | |||
# @keep | |||
minSdk = "21" | |||
minSdk = "24" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably not be bumped up so high, as it bumps up all samples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you need this for a specific sample, consider creating a new module that has this as the minimum requirement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restored minSdk to 21. Added @RequiresApi(api=VERSION_CODES.N) to enclosing method of snippets.
No description provided.