diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-03-07 22:28:56 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-03-07 22:28:56 +0100 |
commit | b598f9462f0fd65590f1ba5226af898e3cf3ea62 (patch) | |
tree | 1e96dd3acf6d7c0f62f494f7e6a3d7d07353681b /remoteExample | |
parent | e2bfae27a1359804f512d91c82d797b62ac8500e (diff) |
increase gradle version of other modules too
--HG--
extra : amend_source : 6e57f04c9fea59526651f428d0453a422e963d9a
Diffstat (limited to 'remoteExample')
-rw-r--r-- | remoteExample/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 8e2ad20a..a747b952 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:0.8.+' + classpath 'com.android.tools.build:gradle:0.9.+' } } |