mirror of
https://github.com/etesync/android
synced 2024-11-21 15:38:10 +00:00
Switch ical/vcard/cert4android to our own repos.
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.
This commit is contained in:
parent
99afd923d5
commit
b8043a563a
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,9 +1,9 @@
|
||||
[submodule "ical4android"]
|
||||
path = ical4android
|
||||
url = https://gitlab.com/bitfireAT/ical4android.git
|
||||
url = https://gitlab.com/tasn/ical4android.git
|
||||
[submodule "vcard4android"]
|
||||
path = vcard4android
|
||||
url = https://gitlab.com/bitfireAT/vcard4android.git
|
||||
url = https://gitlab.com/tasn/vcard4android.git
|
||||
[submodule "cert4android"]
|
||||
path = cert4android
|
||||
url = https://gitlab.com/bitfireAT/cert4android.git
|
||||
url = https://gitlab.com/tasn/cert4android.git
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 9033f39d1f541b62750c2bfa9c93a893d6af2f63
|
||||
Subproject commit e8a95719e581749997614d614cb6bf36d43fd7b7
|
@ -1 +1 @@
|
||||
Subproject commit 49fbb6846153fee5e5cbc71b77e94bef7629936d
|
||||
Subproject commit 92ff8d06148737bb35e5ace9a9538943f9bdc81f
|
@ -1 +1 @@
|
||||
Subproject commit d6ad012f11f3cd34fe6cfff3115d9524ba31a0ab
|
||||
Subproject commit 42825421c620ec01256f4d3a00030aabe64efca8
|
Loading…
Reference in New Issue
Block a user