Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e2ac368d authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update dependencies

parent 532a143c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ dependencies {
    kapt "com.google.dagger:hilt-android-compiler:${versions.hilt}"     // replace by KSP when ready [https://issuetracker.google.com/179057202]

    // support libs
    implementation 'androidx.activity:activity-compose:1.8.1'
    implementation 'androidx.activity:activity-compose:1.8.2'
    implementation 'androidx.appcompat:appcompat:1.6.1'
    implementation 'androidx.browser:browser:1.7.0'
    implementation 'androidx.cardview:cardview:1.0.0'
@@ -156,7 +156,7 @@ dependencies {
    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
    implementation "androidx.work:work-runtime-ktx:${versions.workManager}"
    implementation 'com.google.android.flexbox:flexbox:3.0.0'
    implementation 'com.google.android.material:material:1.10.0'
    implementation 'com.google.android.material:material:1.11.0'

    // Jetpack Compose
    implementation platform("androidx.compose:compose-bom:${versions.composeBom}")
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ buildscript {
        accompanist: '0.32.0',
        appIntro: '7.0.0-beta02',
        composeBom: '2023.10.01',
        hilt: '2.49',
        hilt: '2.50',
        kotlin: '1.9.21', // keep in sync with * app/build.gradle composeOptions.kotlinCompilerExtensionVersion
                          //                   * com.google.devtools.ksp at the end of this file
        okhttp: '4.12.0',