Skip to content

Commit bda4e22

Browse files
committed
version update
1 parent 6796491 commit bda4e22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

versions.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ext {
2-
kotlin_version = '1.3.31'
2+
kotlin_version = '1.3.40'
33
okhttp_version = '3.12.3'
44
okhttp_url_version = '3.11.0'
55
android_support_version = '1.0.2'
66
constraint_layout_version = "1.1.3"
7-
room_version = '2.1.0-beta01'
7+
room_version = '2.1.0'
88
junit_version = '4.12'
99
espresso_version = '3.1.1'
1010
test_runner_version = '1.1.1'
@@ -13,10 +13,10 @@ ext {
1313
library_target_version = 28
1414
library_build_tools_version = "28.0.3"
1515
gradle_tools_version = '3.4.1'
16-
rxJava2_version = "2.2.8"
16+
rxJava2_version = "2.2.10"
1717
rxAndroid2_version = "2.1.1"
1818
timber_version = "4.7.1"
1919
novoda_bintray_version = "0.9"
20-
library_version = "3.1.1"
21-
library_version_code = 69
20+
library_version = "3.1.2"
21+
library_version_code = 71
2222
}

0 commit comments

Comments
 (0)