diff options
author | Camil Staps | 2015-05-30 16:31:31 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-30 16:31:31 +0200 |
commit | 91620ce7c5451a5e7538c7524440ee015a42fd81 (patch) | |
tree | 10b8bdae0a44e3532a28e1c12ccdfa05c15f6fd7 /build.gradle | |
parent | Fixed app title issue (diff) |
Using JSON for serialization of keywords, feeds and filters
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 75b58fa..80a7f64 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.1.0' + classpath 'com.android.tools.build:gradle:1.2.0' // NOTE: Do not place your application dependencies here; they belong |