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

Commit 99cf9ac9 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

change minimum SDK to reach API 26: required to use AccountManager.startAddAccountSessionActivity

parent cb442188
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
    <string name="notification_channel_sync_io_errors">Network and I/O errors</string>
    <string name="notification_channel_sync_io_errors_desc">Timeouts, connection problems, etc. (often temporary)</string>
    <string name="notification_account_title">Your account %1$s</string>
    <string name="notification_switch_to_openId_text">A new login service for a better experience is available. Tap the notification to start using it: you'll be logged out and will simply have to log in again.</string>
    <string name="notification_switch_to_openId_text">A new login service for a better experience is available. Tap the notification to start using it: you\'ll be logged out and will simply have to log in again.</string>

    <!-- IntroActivity -->
    <string name="intro_slogan1">Your data. Your choice.</string>
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ buildscript {
plugins {
    // see https://github.com/google/ksp/releases for version numbers
    id 'com.google.devtools.ksp' version '1.9.10-1.0.13' apply false
    id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
}

allprojects {