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

Commit 3df75c32 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '1722-Update_to_v4_3_8' into 'main'

1722-Update to v4.3.8-ose

See merge request !111
parents 1bf4f277 062e0863
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ android {
    defaultConfig {
        applicationId "foundation.e.accountmanager"

        versionCode 403070001
        versionName '4.3.7'
        versionCode 403080000
        versionName '4.3.8'

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

@@ -52,7 +52,7 @@ android {
    composeOptions {
        // Keep this in sync with Kotlin version:
        // https://developer.android.com/jetpack/androidx/releases/compose-kotlin
        kotlinCompilerExtensionVersion = "1.5.1"
        kotlinCompilerExtensionVersion = "1.5.3"
    }

    // Java namespace for our classes (not to be confused with Android package ID)
@@ -169,8 +169,8 @@ 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 'androidx.recyclerview:recyclerview:1.3.0'
    implementation 'com.google.android.material:material:1.9.0'
    implementation 'androidx.recyclerview:recyclerview:1.3.2'
    implementation 'com.google.android.material:material:1.10.0'

    // Jetpack Compose
    implementation platform("androidx.compose:compose-bom:${versions.composeBom}")
@@ -241,7 +241,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}"
Loading