Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofrancis committed Jun 23, 2019
1 parent 6796491 commit bda4e22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions versions.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ext {
kotlin_version = '1.3.31'
kotlin_version = '1.3.40'
okhttp_version = '3.12.3'
okhttp_url_version = '3.11.0'
android_support_version = '1.0.2'
constraint_layout_version = "1.1.3"
room_version = '2.1.0-beta01'
room_version = '2.1.0'
junit_version = '4.12'
espresso_version = '3.1.1'
test_runner_version = '1.1.1'
Expand All @@ -13,10 +13,10 @@ ext {
library_target_version = 28
library_build_tools_version = "28.0.3"
gradle_tools_version = '3.4.1'
rxJava2_version = "2.2.8"
rxJava2_version = "2.2.10"
rxAndroid2_version = "2.1.1"
timber_version = "4.7.1"
novoda_bintray_version = "0.9"
library_version = "3.1.1"
library_version_code = 69
library_version = "3.1.2"
library_version_code = 71
}

0 comments on commit bda4e22

Please sign in to comment.