Skip to content

Commit fc12773

Browse files
committed
R816: raise androidx.window to 1.5.1
Version 1.5.1 corrects a ClassCastException on some devices. Keep window-core at the same version as window, because a skew between the two artifacts is a defect.
1 parent c39961a commit fc12773

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/androidx.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ interpolator_version = "1.0.0"
88
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
99

1010
annotation = "androidx.annotation:annotation:1.9.1"
11-
windowcore = "androidx.window:window-core:1.5.0"
12-
window = "androidx.window:window:1.5.0"
11+
windowcore = "androidx.window:window-core:1.5.1"
12+
window = "androidx.window:window:1.5.1"
1313
appcompat = "androidx.appcompat:appcompat:1.7.1"
1414
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
1515
constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1"

0 commit comments

Comments
 (0)