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

Unverified Commit 3eb8eba7 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update AGP and dependencies

parent fca6b5b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -131,9 +131,9 @@ 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.0'
    implementation 'androidx.activity:activity-compose:1.8.1'
    implementation 'androidx.appcompat:appcompat:1.6.1'
    implementation 'androidx.browser:browser:1.6.0'
    implementation 'androidx.browser:browser:1.7.0'
    implementation 'androidx.cardview:cardview:1.0.0'
    implementation 'androidx.concurrent:concurrent-futures-ktx:1.1.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
+3 −3
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ buildscript {
        kotlin: '1.9.20', // keep in sync with * app/build.gradle composeOptions.kotlinCompilerExtensionVersion
                          //                   * com.google.devtools.ksp at the end of this file
        okhttp: '4.12.0',
        room: '2.6.0',
        workManager: '2.9.0-rc01',
        room: '2.6.1',
        workManager: '2.9.0',
        // Apache Commons versions
        commonsCollections: '4.4',
        commonsLang: '3.13.0',
@@ -34,7 +34,7 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:8.1.4'
        classpath 'com.android.tools.build:gradle:8.2.0'
        classpath "com.google.dagger:hilt-android-gradle-plugin:${versions.hilt}"
        classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"