Skip to content

Commit

Permalink
organized dependencies into single version source
Browse files Browse the repository at this point in the history
  • Loading branch information
jairrab committed Oct 7, 2019
1 parent 0077738 commit 1dec182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,19 @@ buildscript {
gradle_version = '3.5.0'
google_services_version = '4.3.1'
kotlin_version = '1.3.50'
fabric_version = '1.27.0'

//Android Libraries
appcompat_version = '1.1.0'
ktx_version = '1.1.0'
lifecycle_version = '2.1.0'
viewmodel_version = '2.2.0-alpha05'
room_version = '2.2.0-rc01'


constraint_layout_version = '1.1.3'
cardview_version = '1.0.0'
nav_fragment_version = '2.2.0-alpha03'
nav_fragment_version = '2.2.0-alpha03'

//3rd Party Libraries
javax_inject_version = '1'
dagger_version = '2.22.1'
retrofit_version = '2.6.0'
Expand All @@ -42,6 +41,7 @@ buildscript {
mapbox_turf_version = '4.9.0'
kotlin_serialization_version = '0.11.1'

//Test Libraries
junit_version = '4.12'
androidx_test_runner_version = '1.2.0'
espresso_version = '3.2.0'
Expand Down

0 comments on commit 1dec182

Please sign in to comment.