Loading app/build.gradle.kts +5 −5 Original line number Diff line number Diff line Loading @@ -256,16 +256,16 @@ dependencies { implementation(libs.commons.codec) implementation(libs.commons.lang) // e-Specific dependencies - (Avoid moving into toml) implementation("foundation.e:elib:0.0.1-alpha11") implementation("foundation.e:synctools:58bc6752") { // e-Specific dependencies implementation(libs.elib) implementation(libs.ez.vcard) implementation(libs.synctools) { exclude(group="androidx.test") exclude(group = "junit") } implementation("org.mnode.ical4j:ical4j:3.2.19") { implementation(libs.ical4j) { exclude(group = "commons-logging", module = "commons-logging") } implementation("com.googlecode.ez-vcard:ez-vcard:0.12.1") // for tests androidTestImplementation(libs.androidx.arch.core.testing) Loading gradle/libs.versions.toml +12 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,12 @@ commons-codec = { strictly = "1.17.1" } #noinspection NewerVersionAvailable commons-lang = { strictly = "3.15.0" } # --- e-Specific dependencies --- elib = "0.0.1-alpha11" ezVcard = "0.12.1" ical4j = "3.2.19" synctools = "58bc6752" [libraries] android-desugaring = { module = "com.android.tools:desugar_jdk_libs_nio", version.ref = "android-desugaring" } androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" } Loading Loading @@ -108,6 +114,12 @@ room-testing = { module = "androidx.room:room-testing", version.ref = "room" } unifiedpush = { module = "org.unifiedpush.android:connector", version.ref = "unifiedpush" } unifiedpush-fcm = { module = "org.unifiedpush.android:embedded-fcm-distributor", version.ref = "unifiedpush-fcm" } # --- e-Specific dependencies --- elib = { module = "foundation.e:elib", version.ref = "elib" } ez-vcard = { module = "com.googlecode.ez-vcard:ez-vcard", version.ref = "ezVcard" } ical4j = { module = "org.mnode.ical4j:ical4j", version.ref = "ical4j" } synctools = { module = "foundation.e:synctools", version.ref = "synctools" } [plugins] android-application = { id = "com.android.application", version.ref = "android-agp" } compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } Loading Loading
app/build.gradle.kts +5 −5 Original line number Diff line number Diff line Loading @@ -256,16 +256,16 @@ dependencies { implementation(libs.commons.codec) implementation(libs.commons.lang) // e-Specific dependencies - (Avoid moving into toml) implementation("foundation.e:elib:0.0.1-alpha11") implementation("foundation.e:synctools:58bc6752") { // e-Specific dependencies implementation(libs.elib) implementation(libs.ez.vcard) implementation(libs.synctools) { exclude(group="androidx.test") exclude(group = "junit") } implementation("org.mnode.ical4j:ical4j:3.2.19") { implementation(libs.ical4j) { exclude(group = "commons-logging", module = "commons-logging") } implementation("com.googlecode.ez-vcard:ez-vcard:0.12.1") // for tests androidTestImplementation(libs.androidx.arch.core.testing) Loading
gradle/libs.versions.toml +12 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,12 @@ commons-codec = { strictly = "1.17.1" } #noinspection NewerVersionAvailable commons-lang = { strictly = "3.15.0" } # --- e-Specific dependencies --- elib = "0.0.1-alpha11" ezVcard = "0.12.1" ical4j = "3.2.19" synctools = "58bc6752" [libraries] android-desugaring = { module = "com.android.tools:desugar_jdk_libs_nio", version.ref = "android-desugaring" } androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" } Loading Loading @@ -108,6 +114,12 @@ room-testing = { module = "androidx.room:room-testing", version.ref = "room" } unifiedpush = { module = "org.unifiedpush.android:connector", version.ref = "unifiedpush" } unifiedpush-fcm = { module = "org.unifiedpush.android:embedded-fcm-distributor", version.ref = "unifiedpush-fcm" } # --- e-Specific dependencies --- elib = { module = "foundation.e:elib", version.ref = "elib" } ez-vcard = { module = "com.googlecode.ez-vcard:ez-vcard", version.ref = "ezVcard" } ical4j = { module = "org.mnode.ical4j:ical4j", version.ref = "ical4j" } synctools = { module = "foundation.e:synctools", version.ref = "synctools" } [plugins] android-application = { id = "com.android.application", version.ref = "android-agp" } compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } Loading