Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Oct 20, 2024
1 parent 287fe38 commit a63b9e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@ android {

dependencies {

def composeBom = platform('androidx.compose:compose-bom:2024.09.03')
def composeBom = platform('androidx.compose:compose-bom:2024.10.00')
implementation composeBom
androidTestImplementation composeBom

// Compose
implementation 'androidx.compose.material3:material3:1.3.0'
implementation 'androidx.activity:activity-compose:1.9.2'
implementation 'androidx.activity:activity-compose:1.9.3'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6'
implementation 'androidx.compose.runtime:runtime-livedata'
implementation 'androidx.compose.foundation:foundation:1.7.3'
implementation 'androidx.compose.ui:ui-tooling-preview-android:1.7.3'
implementation 'androidx.navigation:navigation-compose:2.8.2'
implementation "androidx.compose.material:material-icons-extended:1.7.3"
debugImplementation 'androidx.compose.ui:ui-tooling:1.7.3'
implementation 'androidx.compose.foundation:foundation:1.7.4'
implementation 'androidx.compose.ui:ui-tooling-preview-android:1.7.4'
implementation 'androidx.navigation:navigation-compose:2.8.3'
implementation "androidx.compose.material:material-icons-extended:1.7.4"
debugImplementation 'androidx.compose.ui:ui-tooling:1.7.4'

implementation 'androidx.window:window:1.3.0'
implementation 'androidx.core:core-ktx:1.13.1'
Expand All @@ -108,7 +108,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.6'
implementation 'androidx.fragment:fragment-ktx:1.8.4'
implementation 'androidx.activity:activity-ktx:1.9.2'
implementation 'androidx.activity:activity-ktx:1.9.3'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.biometric:biometric-ktx:1.2.0-alpha05'
Expand Down

0 comments on commit a63b9e6

Please sign in to comment.