Update to Kotlin 1.9.20, AGP 8.4.0, and Gradle 8.6

This commit is contained in:
Cody Henthorne
2024-05-17 10:48:55 -04:00
parent e647b31f29
commit 537fc0ef5c
13 changed files with 1246 additions and 18 deletions

View File

@@ -398,6 +398,7 @@ public final class Megaphones {
.build();
}
@SuppressLint("NewApi")
public static @NonNull Megaphone buildGrantFullScreenIntentPermission(@NonNull Context context) {
return new Megaphone.Builder(Event.GRANT_FULL_SCREEN_INTENT, Megaphone.Style.BASIC)
.setTitle(R.string.GrantFullScreenIntentPermission_megaphone_title)