We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c354054 commit 0ff7c31Copy full SHA for 0ff7c31
gradle/libs.versions.toml
@@ -57,7 +57,7 @@ material3-adaptive = "1.1.0"
57
material3-adaptive-navigation-suite = "1.3.2"
58
media3 = "1.6.1"
59
# @keep
60
-minSdk = "21"
+minSdk = "31"
61
okHttp = "4.12.0"
62
playServicesWearable = "19.0.0"
63
protolayout = "1.3.0-beta02"
misc/src/main/java/com/example/snippets/PdfViewerKotlinSnippets.kt
@@ -218,7 +218,7 @@ class PdfViewerKotlinSnippets {
218
private const val PDF_VIEWER_FRAGMENT_TAG = "pdf_viewer_fragment_tag"
219
}
220
221
-
+ }
222
223
// [START android_pdf_viewer_style_fragment_constructor_kotlin]
224
@RequiresExtension(extension = Build.VERSION_CODES.S, version = 13)
0 commit comments