Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions WindowManager/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ plugins {

android {
namespace "com.example.codelab.windowmanager"
compileSdk 33
compileSdk 36

defaultConfig {
applicationId "com.example.codelab.windowmanager"
minSdk 21
targetSdk 33
minSdk 23
targetSdk 36
versionCode 1
versionName "1.0"

Expand All @@ -54,7 +54,7 @@ android {
}

dependencies {
ext.windowmanager_version = "1.1.0"
ext.windowmanager_version = "1.5.1"

implementation "androidx.window:window:$windowmanager_version"
androidTestImplementation "androidx.window:window-testing:$windowmanager_version"
Expand Down
2 changes: 1 addition & 1 deletion WindowManager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:8.1.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0"
}
}
2 changes: 1 addition & 1 deletion WindowManager/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down