File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ plugins {
2222
2323android {
2424 namespace = " com.example.waterme"
25- compileSdk = 34
25+ compileSdk = 35
2626
2727 defaultConfig {
2828 applicationId = " com.example.waterme"
2929 minSdk = 24
30- targetSdk = 34
30+ targetSdk = 35
3131 versionCode = 1
3232 versionName = " 1.0"
3333
@@ -68,16 +68,16 @@ android {
6868
6969dependencies {
7070
71- implementation(platform(" androidx.compose:compose-bom:2023.09 .00" ))
72- implementation(" androidx.activity:activity-compose:1.7.2 " )
71+ implementation(platform(" androidx.compose:compose-bom:2024.11 .00" ))
72+ implementation(" androidx.activity:activity-compose:1.9.3 " )
7373 implementation(" androidx.compose.material3:material3" )
7474 implementation(" androidx.compose.ui:ui" )
7575 implementation(" androidx.compose.ui:ui-graphics" )
7676 implementation(" androidx.compose.ui:ui-tooling-preview" )
77- implementation(" androidx.core:core-ktx:1.12 .0" )
78- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 " )
79- implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 " )
80- implementation(" androidx.work:work-runtime-ktx:2.8.1 " )
77+ implementation(" androidx.core:core-ktx:1.15 .0" )
78+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
79+ implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 " )
80+ implementation(" androidx.work:work-runtime-ktx:2.10.0 " )
8181 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
8282 debugImplementation(" androidx.compose.ui:ui-tooling" )
8383}
Original file line number Diff line number Diff line change 1616
1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818plugins {
19- id(" com.android.application" ) version " 8.1.1 " apply false
20- id(" com.android.library" ) version " 8.1.1 " apply false
19+ id(" com.android.application" ) version " 8.7.3 " apply false
20+ id(" com.android.library" ) version " 8.7.3 " apply false
2121 id(" org.jetbrains.kotlin.android" ) version " 1.9.10" apply false
2222}
Original file line number Diff line number Diff line change 1- # Tue Mar 14 10:28:36 EDT 2023
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+ networkTimeout =10000
5+ validateDistributionUrl =true
56zipStoreBase =GRADLE_USER_HOME
67zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments