mirror of
https://github.com/etesync/android
synced 2025-02-07 13:12:50 +00:00
![Tom Hacohen](/assets/img/avatar_default.png)
DAVdroid have updated to kotlin, and kotlin is problematic with annotation processors which was breaking the whole build. This also meant we were not able to update to a new gradle version or import just partial, smaller fixes. Now we have control over the submodules as well, which fixes the above issues. At least for now.
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
[submodule "ical4android"]
|
|
path = ical4android
|
|
url = https://gitlab.com/tasn/ical4android.git
|
|
[submodule "vcard4android"]
|
|
path = vcard4android
|
|
url = https://gitlab.com/tasn/vcard4android.git
|
|
[submodule "cert4android"]
|
|
path = cert4android
|
|
url = https://gitlab.com/tasn/cert4android.git
|