Skip to content

Commit 171b973

Browse files
committed
chore: update dependencies
1 parent 654fe00 commit 171b973

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id("com.android.application") version "8.2.1" apply false
3-
id("com.android.library") version "8.2.1" apply false
2+
id("com.android.application") version "8.2.2" apply false
3+
id("com.android.library") version "8.2.2" apply false
44
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
55
}
66

@@ -9,5 +9,5 @@ val libraryVersionCode by extra { 140 }
99

1010
val coreVersion by extra { "1.12.0" }
1111
val composeCompilerVersion by extra { "1.5.8" }
12-
val composeVersion by extra { "1.6.0-rc01" }
13-
val material3Version by extra { "1.2.0-beta02" }
12+
val composeVersion by extra { "1.6.0" }
13+
val material3Version by extra { "1.2.0-rc01" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Aug 08 22:57:35 TRT 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)