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

Commit b8426aa4 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '0000-a15-fix-AS-project-name-and-icons' into 'main'

feat: use proper name and icons in AS

See merge request !183
parents 4ad0498c be32496c
Loading
Loading
Loading
Loading
Loading
−7.12 KiB (5.25 KiB)
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ android {
dependencies {
    implementation(projects.core.ui.compose.designsystem)
    implementation(projects.core.common)
    implementation(projects.mail.common)
    implementation(projects.mailcore.common)

    implementation(projects.feature.onboarding)
    implementation(projects.feature.account.setup)
+3 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ plugins {
}

dependencies {
    api(projects.mail.common)
    api(projects.mailcore.common)
    api(projects.backend.api)
    api(projects.app.htmlCleaner)
    api(projects.core.android.common)
@@ -29,9 +29,9 @@ dependencies {

    testApi(projects.core.testing)
    testApi(projects.core.android.testing)
    testImplementation(projects.mail.testing)
    testImplementation(projects.mailcore.testing)
    testImplementation(projects.backend.imap)
    testImplementation(projects.mail.protocols.smtp)
    testImplementation(projects.mailcore.protocols.smtp)
    testImplementation(projects.app.storage)
    testImplementation(projects.app.testing)

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ dependencies {
    implementation(libs.commons.io)
    implementation(libs.moshi)

    testImplementation(projects.mail.testing)
    testImplementation(projects.mailcore.testing)
    testImplementation(projects.app.testing)
    testImplementation(libs.robolectric)
    testImplementation(libs.commons.io)
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ dependencies {
    implementation(projects.app.core)
    implementation(projects.feature.autodiscovery.api)
    implementation(projects.feature.autodiscovery.providersxml)
    implementation(projects.mail.common)
    implementation(projects.mailcore.common)
    implementation(projects.uiUtils.toolbarBottomSheet)

    implementation(projects.core.featureflags)
@@ -16,7 +16,7 @@ dependencies {
    // TODO: Remove AccountOauth dependency
    implementation(projects.feature.account.oauth)

    compileOnly(projects.mail.protocols.imap)
    compileOnly(projects.mailcore.protocols.imap)

    implementation(projects.plugins.openpgpApiLib.openpgpApi)

@@ -71,7 +71,7 @@ dependencies {


    testImplementation(projects.core.testing)
    testImplementation(projects.mail.testing)
    testImplementation(projects.mailcore.testing)
    testImplementation(projects.app.storage)
    testImplementation(projects.app.testing)
    testImplementation(libs.robolectric)
Loading