initial commit

This commit is contained in:
Gergely Hegedus 2021-04-07 21:12:10 +03:00
parent 85ef73b2ba
commit 90a9426b7d
221 changed files with 7611 additions and 0 deletions

View file

@ -0,0 +1,28 @@
project.ext {
androidx_core_version = "1.3.2"
androidx_appcompat_version = "1.2.0"
androidx_material_version = "1.3.0"
androidx_constraintlayout_version = "2.0.4"
androidx_livedata_version = "2.3.1"
androidx_swiperefreshlayout_version = "1.1.0"
androidx_room_version = "2.2.6"
coroutines_version = "1.4.3"
koin_version = "2.2.2"
coil_version = "1.1.1"
retrofit_version = "2.9.0"
okhttp_version = "4.9.1"
moshi_version = "1.11.0"
testing_androidx_code_version = "1.3.0"
testing_androidx_junit_version = "1.1.2"
testing_androidx_arch_core_version = "2.1.0"
testing_livedata_version = "1.1.2"
testing_kotlin_mockito_version = "3.1.0"
testing_junit5_version = "5.7.0"
testing_json_assert_version = "1.5.0"
testing_junit4_version = "4.13.2"
testing_robolectric_version = "4.5.1"
testing_espresso_version = "3.3.0"
testing_okhttp3_idling_resource_version = "1.0.0"
}