Skip to content

Commit 0ff7c31

Browse files
committed
Revised snippets.
1 parent c354054 commit 0ff7c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ material3-adaptive = "1.1.0"
5757
material3-adaptive-navigation-suite = "1.3.2"
5858
media3 = "1.6.1"
5959
# @keep
60-
minSdk = "21"
60+
minSdk = "31"
6161
okHttp = "4.12.0"
6262
playServicesWearable = "19.0.0"
6363
protolayout = "1.3.0-beta02"

misc/src/main/java/com/example/snippets/PdfViewerKotlinSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class PdfViewerKotlinSnippets {
218218
private const val PDF_VIEWER_FRAGMENT_TAG = "pdf_viewer_fragment_tag"
219219
}
220220

221-
221+
}
222222

223223
// [START android_pdf_viewer_style_fragment_constructor_kotlin]
224224
@RequiresExtension(extension = Build.VERSION_CODES.S, version = 13)

0 commit comments

Comments
 (0)