Merge pull request #68 from fknives/compose

Compose
This commit is contained in:
Gergely Hegedis 2022-04-11 13:06:56 +03:00 committed by GitHub
commit 1abd50468f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1458 additions and 2 deletions

View file

@ -7,11 +7,16 @@ project.ext {
androidx_swiperefreshlayout_version = "1.1.0"
androidx_room_version = "2.4.1"
activity_ktx_version = "1.4.0"
androidx_navigation = "2.4.0"
androidx_compose_version = "1.1.0"
google_accompanist_version = "0.23.1"
androidx_compose_constraintlayout_version = "1.0.0"
coroutines_version = "1.6.0"
turbine_version = "0.7.0"
koin_version = "3.1.2"
coil_version = "1.1.1"
coil_version = "1.4.0"
retrofit_version = "2.9.0"
okhttp_version = "4.9.3"
moshi_version = "1.13.0"