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

Commit 0ec70642 authored by Suhail Alkowaileet's avatar Suhail Alkowaileet
Browse files

- Change the taskAffinity to the new package.

- No lint for now.
parent e78afc09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
        android:hardwareAccelerated="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/standalone_app_label"
        android:taskAffinity="org.sufficientlysecure.standalonecalendar.task"
        android:taskAffinity="ws.xsoh.etar.task"
        android:theme="@style/CalendarAppTheme">

        <activity
+7 −0
Original line number Diff line number Diff line
@@ -191,4 +191,11 @@ android {
    } else {
        buildTypes.release.signingConfig = null
    }

    lintOptions {
        checkReleaseBuilds false
        // Or, if you prefer, you can continue to check for errors in release builds,
        // but continue the build even when errors are found:
        abortOnError false
    }
}
 No newline at end of file