Skip to content

Commit a3d63cd

Browse files
committed
Update window manager version to 1.5.1
1 parent ceee0b5 commit a3d63cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

WindowManager/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ plugins {
2323

2424
android {
2525
namespace "com.example.codelab.windowmanager"
26-
compileSdk 33
26+
compileSdk 34
2727

2828
defaultConfig {
2929
applicationId "com.example.codelab.windowmanager"
30-
minSdk 21
30+
minSdk 23
3131
targetSdk 33
3232
versionCode 1
3333
versionName "1.0"
@@ -54,7 +54,7 @@ android {
5454
}
5555

5656
dependencies {
57-
ext.windowmanager_version = "1.1.0"
57+
ext.windowmanager_version = "1.5.1"
5858

5959
implementation "androidx.window:window:$windowmanager_version"
6060
androidTestImplementation "androidx.window:window-testing:$windowmanager_version"

WindowManager/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ buildscript {
2323
}
2424
dependencies {
2525
classpath "com.android.tools.build:gradle:8.1.1"
26-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
26+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0"
2727
}
2828
}

WindowManager/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)