File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ plugins {
2323
2424android {
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
5656dependencies {
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 "
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments