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

Unverified Commit 03d91e21 authored by Arnau Mora's avatar Arnau Mora Committed by GitHub
Browse files

Using ical4android as library from Jitpack (#158)



* Using ical4android as library from Jitpack

Signed-off-by: default avatarArnau Mora <arnyminerz@proton.me>

* Excluded incompatible dependencies

Signed-off-by: default avatarArnau Mora <arnyminerz@proton.me>

---------

Signed-off-by: default avatarArnau Mora <arnyminerz@proton.me>
parent 78a7ae8f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
[submodule "ical4android"]
	path = ical4android
	url = ../ical4android.git
+12 −1
Original line number Diff line number Diff line
@@ -83,12 +83,23 @@ android {
    }
}

configurations {
    all {
        // exclude modules which are in conflict with system libraries
        exclude module: "commons-logging"
        exclude group: "org.json", module: "json"

        // Groovy requires SDK 26+, and it's not required, so exclude it
        exclude group: 'org.codehaus.groovy'
    }
}

dependencies {
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
    coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

    implementation 'com.github.bitfireAT:cert4android:3817e62d9f173d8f8b800d24769f42cb205f560e'
    implementation project(':ical4android')
    implementation 'com.github.bitfireAT:ical4android:a78e72f580'

    implementation 'androidx.activity:activity-compose:1.7.1'
    implementation 'androidx.appcompat:appcompat:1.6.1'
Compare 8c34e814 to 8c34e814
Original line number Diff line number Diff line
Subproject commit 8c34e814a44f75f4b1200e2f031d1c469d181a63