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

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

Update dependencies, bump version to 4.3.8-alpha.1

parent 6bbdcb33
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

        versionCode 403070001
        versionName '4.3.7'
        versionCode 403080000
        versionName '4.3.8-alpha.1'

        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

@@ -148,7 +148,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.9.0'
    implementation 'com.google.android.material:material:1.10.0'

    // Jetpack Compose
    implementation platform("androidx.compose:compose-bom:${versions.composeBom}")
@@ -203,7 +203,7 @@ dependencies {
    androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'
    androidTestImplementation "androidx.work:work-testing:${versions.workManager}"
    androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"
    androidTestImplementation 'io.mockk:mockk-android:1.13.7'
    androidTestImplementation 'io.mockk:mockk-android:1.13.8'
    androidTestImplementation 'junit:junit:4.13.2'

    testImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"
+4 −4
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@

buildscript {
    ext.versions = [
        aboutLibraries: '10.8.3',
        aboutLibraries: '10.9.1',
        appIntro: '7.0.0-beta02',
        composeBom: '2023.08.00',
        hilt: '2.48',
        composeBom: '2023.10.00',
        hilt: '2.48.1',
        kotlin: '1.9.0',       // keep in sync with * app/build.gradle composeOptions.kotlinCompilerExtensionVersion
                               //                   * com.google.devtools.ksp at the end of this file
        okhttp: '4.11.0',
@@ -33,7 +33,7 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:8.1.1'
        classpath 'com.android.tools.build:gradle:8.1.2'
        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}"