File tree Expand file tree Collapse file tree 6 files changed +208
-135
lines changed Expand file tree Collapse file tree 6 files changed +208
-135
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ plugins {
21
21
22
22
android {
23
23
namespace = " com.example.woof"
24
- compileSdk = 33
24
+ compileSdk = 35
25
25
26
26
defaultConfig {
27
27
applicationId = " com.example.woof"
28
28
minSdk = 24
29
- targetSdk = 33
29
+ targetSdk = 35
30
30
versionCode = 1
31
31
versionName = " 1.0"
32
32
@@ -68,15 +68,15 @@ android {
68
68
69
69
dependencies {
70
70
71
- implementation(platform(" androidx.compose:compose-bom:2023.05.01 " ))
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 " )
73
73
implementation(" androidx.compose.material:material-icons-extended" )
74
74
implementation(" androidx.compose.material3:material3" )
75
75
implementation(" androidx.compose.ui:ui" )
76
76
implementation(" androidx.compose.ui:ui-graphics" )
77
77
implementation(" androidx.compose.ui:ui-tooling-preview" )
78
- implementation(" androidx.core:core-ktx:1.10.1 " )
79
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 " )
78
+ implementation(" androidx.core:core-ktx:1.15.0 " )
79
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
80
80
81
81
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
82
82
debugImplementation(" androidx.compose.ui:ui-tooling" )
Original file line number Diff line number Diff line change 17
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
18
19
19
plugins {
20
- id(" com.android.application" ) version " 8.0.2 " apply false
21
- id(" com.android.library" ) version " 8.0.2 " apply false
20
+ id(" com.android.application" ) version " 8.7.3 " apply false
21
+ id(" com.android.library" ) version " 8.7.3 " apply false
22
22
id(" org.jetbrains.kotlin.android" ) version " 1.8.21" apply false
23
23
}
Original file line number Diff line number Diff line change 1
- # Thu Mar 02 11:35:24 EST 2023
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4
+ networkTimeout =10000
5
+ validateDistributionUrl =true
5
6
zipStoreBase =GRADLE_USER_HOME
6
7
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments