diff options
author | حسين <zidhussein@gmail.com> | 2018-08-20 10:13:38 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2018-08-20 11:13:38 +0200 |
commit | 30d4d5342ff6cdcc7d1adbd0be34bea4b1aa1a96 (patch) | |
tree | 339952842096fc9478a8bc9e459235e428bd117c /build.gradle | |
parent | 65ef17727c5ae9e845381807b90af34eff8a7a53 (diff) |
change the sort order of password items (#421)
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 75a44a72..d5d573be 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.0' + classpath 'com.android.tools.build:gradle:3.1.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong |