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

Commit 11245a58 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

define package names of other apps: mail, tasks, eDrive in build.gradle :ical4android

parent 3a77f0c2
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -40,6 +40,10 @@ android {
        minSdkVersion 21        // Android 5.0
        minSdkVersion 21        // Android 5.0
        targetSdkVersion 32     // Android 12
        targetSdkVersion 32     // Android 12


        buildConfigField "String", "APPLICATION_ID_MAIL", "\"foundation.e.mail\""
        buildConfigField "String", "APPLICATION_ID_TASKS", "\"foundation.e.tasks\""
        buildConfigField "String", "APPLICATION_ID_EDRIVE", "\"foundation.e.edrive\""

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"


        buildConfigField "String", "version_ical4j", "\"${versions.ical4j}\""
        buildConfigField "String", "version_ical4j", "\"${versions.ical4j}\""
@@ -47,6 +51,14 @@ android {


    namespace 'at.bitfire.ical4android'
    namespace 'at.bitfire.ical4android'


    buildTypes {
        debug {
            buildConfigField "String", "APPLICATION_ID_MAIL", "\"foundation.e.mail.debug\""
            buildConfigField "String", "APPLICATION_ID_TASKS", "\"foundation.e.tasks.debug\""
            buildConfigField "String", "APPLICATION_ID_EDRIVE", "\"foundation.e.edrive.debug\""
        }
    }

    compileOptions {
    compileOptions {
        // ical4j >= 3.x uses the Java 8 Time API
        // ical4j >= 3.x uses the Java 8 Time API
        coreLibraryDesugaringEnabled true
        coreLibraryDesugaringEnabled true