Skip to content

Commit

Permalink
Update compose to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm committed Jul 22, 2024
1 parent 99e0dc2 commit 4b2a12c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ android {
excludes += '/META-INF/{AL2.0,LGPL2.1}'
}
}
lint {
baseline = file("lint-baseline.xml")
}
}

dependencies {
Expand All @@ -87,9 +90,9 @@ dependencies {
implementation 'androidx.activity:activity-compose:1.3.1'
implementation "androidx.appcompat:appcompat:1.5.1"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0"
implementation 'androidx.compose.ui:ui-graphics-android:1.6.7'

def composeVersion = "1.3.0"
def composeVersion = "1.6.8"
implementation "androidx.compose.ui:ui-graphics-android:$composeVersion"
implementation "androidx.compose.ui:ui:$composeVersion"
implementation "androidx.compose.material:material:$composeVersion"
implementation "androidx.compose.ui:ui-tooling-preview:$composeVersion"
Expand Down Expand Up @@ -118,4 +121,4 @@ dependencies {
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$composeVersion"
debugImplementation "androidx.compose.ui:ui-tooling:$composeVersion"
debugImplementation "androidx.compose.ui:ui-test-manifest:$composeVersion"
}
}

0 comments on commit 4b2a12c

Please sign in to comment.