Skip to content

Commit

Permalink
Bump AGP & dependencies to latest stable release
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
  • Loading branch information
theimpulson committed May 2, 2024
1 parent 95af01e commit 99a5b8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {

dependencies {

implementation("androidx.core:core-ktx:1.13.0")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.activity:activity-compose:1.9.0")
implementation(platform("androidx.compose:compose-bom:2024.04.01"))
implementation(platform("androidx.compose:compose-bom:2024.05.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-util")
implementation("androidx.compose.ui:ui-graphics")
Expand All @@ -104,7 +104,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.04.01"))
androidTestImplementation(platform("androidx.compose:compose-bom:2024.05.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
Expand Down Expand Up @@ -140,7 +140,7 @@ dependencies {
implementation("androidx.browser:browser:1.8.0")

// Material
implementation("androidx.compose.material:material:1.6.6")
implementation("androidx.compose.material:material:1.6.7")
implementation("com.google.android.material:material:1.11.0")

// Hilt
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.3.2" apply false
id("com.android.application") version "8.4.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("com.google.devtools.ksp") version "1.9.23-1.0.20" apply false
id("org.jlleitschuh.gradle.ktlint") version "12.0.3" apply false
Expand Down

0 comments on commit 99a5b8f

Please sign in to comment.