Skip to content

Commit a95482d

Browse files
committed
Update dependencies.
1 parent e92e80b commit a95482d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ apply from: 'version.gradle'
77

88
buildscript {
99
ext {
10-
VersionKotlin = "1.1.4-2"
11-
VersionSupportLibrary = "26.0.1"
10+
VersionKotlin = "1.1.4-3"
11+
VersionSupportLibrary = "26.0.2"
1212
VersionRxBinding = "1.0.1"
1313
VersionRetrofit = "2.3.0"
1414
VersionGoogleServices = "11.2.0"

app/version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ext { appVersion = 1302 }
1+
ext { appVersion = 1310 }

0 commit comments

Comments
 (0)