1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 01:36:55 +00:00

Fixed emoji2 build

This commit is contained in:
M66B 2023-04-01 09:41:38 +02:00
parent adece7e5c1
commit e5d825d825

View file

@ -407,6 +407,8 @@ configurations.all {
// lifecycle-livedata: ComputableLiveData, MediatorLiveData, Transformations // lifecycle-livedata: ComputableLiveData, MediatorLiveData, Transformations
// lifecycle-livedata-core: LiveData, MutableLiveData, Observer // lifecycle-livedata-core: LiveData, MutableLiveData, Observer
// paging-runtime: AsyncPagedListDiffer, LivePagedListBuilder, PagedListAdapter, PagedStorageDiffHelper // paging-runtime: AsyncPagedListDiffer, LivePagedListBuilder, PagedListAdapter, PagedStorageDiffHelper
exclude group: "androidx.emoji2", module: "emoji2"
} }
configurations.all { configurations.all {