Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mopsalarm committed Aug 31, 2017
1 parent e92e80b commit a95482d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ apply from: 'version.gradle'

buildscript {
ext {
VersionKotlin = "1.1.4-2"
VersionSupportLibrary = "26.0.1"
VersionKotlin = "1.1.4-3"
VersionSupportLibrary = "26.0.2"
VersionRxBinding = "1.0.1"
VersionRetrofit = "2.3.0"
VersionGoogleServices = "11.2.0"
Expand Down
2 changes: 1 addition & 1 deletion app/version.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ext { appVersion = 1302 }
ext { appVersion = 1310 }

0 comments on commit a95482d

Please sign in to comment.