Skip to content

Commit 00cfc27

Browse files
committed
Revert the revert
1 parent e558503 commit 00cfc27

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.kotlin/sessions/kotlin-compiler-6576644695482778743.salive

Whitespace-only changes.

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ androidx-startup-runtime = "1.2.0"
2525
androidx-test = "1.6.1"
2626
androidx-test-espresso = "3.6.1"
2727
androidx-test-junit = "1.2.1"
28-
androidx-window = "1.5.0-alpha01"
29-
androidx-window-core = "1.5.0-alpha01"
30-
androidx-window-java = "1.5.0-alpha01"
28+
androidx-window = "1.5.0-alpha02"
29+
androidx-window-core = "1.5.0-alpha02"
30+
androidx-window-java = "1.5.0-alpha02"
3131
# @keep
3232
androidx-xr = "1.0.0-alpha04"
3333
androidxHiltNavigationCompose = "1.2.0"

misc/src/main/java/com/example/snippets/ActivityEmbeddingJavaSnippets.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.example.snippets;
22

3+
import android.annotation.SuppressLint;
34
import android.app.Activity;
45
import android.content.ComponentName;
56
import android.content.Context;
@@ -348,6 +349,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
348349

349350
static class ActivityPinningSnippetsActivity extends Activity {
350351

352+
@SuppressLint("RequiresWindowSdk")
351353
@Override
352354
protected void onCreate(@Nullable Bundle savedInstanceState) {
353355
super.onCreate(savedInstanceState);

0 commit comments

Comments
 (0)