30 lines
No EOL
1,009 B
Groovy
30 lines
No EOL
1,009 B
Groovy
project.ext {
|
|
androidx_core_version = "1.7.0"
|
|
androidx_appcompat_version = "1.4.1"
|
|
androidx_material_version = "1.5.0"
|
|
androidx_constraintlayout_version = "2.1.3"
|
|
androidx_livedata_version = "2.4.0"
|
|
androidx_swiperefreshlayout_version = "1.1.0"
|
|
androidx_room_version = "2.4.1"
|
|
activity_ktx_version = "1.4.0"
|
|
|
|
coroutines_version = "1.6.0"
|
|
turbine_version = "0.7.0"
|
|
koin_version = "3.1.2"
|
|
coil_version = "1.1.1"
|
|
retrofit_version = "2.9.0"
|
|
okhttp_version = "4.9.1"
|
|
moshi_version = "1.13.0"
|
|
reloadable_module_version = "0.1.0"
|
|
|
|
testing_androidx_code_version = "1.4.0"
|
|
testing_androidx_junit_version = "1.1.3"
|
|
testing_androidx_arch_core_version = "2.1.0"
|
|
testing_livedata_version = "1.2.0"
|
|
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.6.1"
|
|
testing_espresso_version = "3.4.0"
|
|
} |