Skip to content

Commit ba40eb2

Browse files
committed
Bump androidbrowserhelper and androidx.browser versions
1 parent bb0c9a2 commit ba40eb2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

androidbrowserhelper/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ plugins {
2222
// Before 2.6.1, the version code was unused and was kept at 1.
2323
// This is now being used to report metrics, and should be bumped with
2424
// every version bump.
25-
def VERSION = "2.7.0-alpha02";
26-
def VERSION_CODE = 4;
25+
def VERSION = "2.7.0-alpha03";
26+
def VERSION_CODE = 5;
2727

2828
android {
2929
namespace "com.google.androidbrowserhelper"

androidbrowserhelper/src/main/java/com/google/androidbrowserhelper/trusted/LauncherActivityMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ private static TrustedWebActivityDisplayMode getDisplayMode(String displayMode,
290290

291291
if (includeExperimental) {
292292
if ("window-controls-overlay".equals(displayMode)) {
293-
return new TrustedWebActivityDisplayMode.WindowControlsOverlay();
293+
return new TrustedWebActivityDisplayMode.WindowControlsOverlayMode();
294294
}
295295
if ("tabbed".equals(displayMode)) {
296296
return new TrustedWebActivityDisplayMode.TabbedMode();

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ agp = "8.9.1"
33
androidx-activity = "1.9.3"
44
androidx-annotation = "1.9.1"
55
androidx-appcompat = "1.7.0"
6-
androidx-browser = "1.10.0-alpha01"
6+
androidx-browser = "1.10.0-alpha02"
77
androidx-constraintlayout = "2.2.0"
88
androidx-core = "1.17.0"
99
androidx-recyclerview = "1.1.0"

0 commit comments

Comments
 (0)