diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-07-12 12:57:55 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-07-12 12:57:55 +0200 |
commit | ffd764ba71946386bb5c195a9b88098ae8b3dfc0 (patch) | |
tree | a27b86ed630efe7f32cf8ec9c7a41cc5836108e4 | |
parent | 5be1eaadf71bb880bf8e7f9d917e9aa3504f019a (diff) |
Android Studio 0.2.0!
--HG--
extra : amend_source : 5e56af06895f569502e44108f008e708b4c378da
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | icsopenvpn.iml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 7708404b..ef7c1c77 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:0.4.+' + classpath 'com.android.tools.build:gradle:0.5.+' } } diff --git a/icsopenvpn.iml b/icsopenvpn.iml index 4d6b2748..08c7e87a 100644 --- a/icsopenvpn.iml +++ b/icsopenvpn.iml @@ -75,6 +75,7 @@ <SOURCES /> </library> </orderEntry> + <orderEntry type="library" name="annotations-12.0" level="project" /> </component> </module> |