diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-06-30 10:59:04 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-06-30 10:59:04 +0200 |
commit | 1a948f44064b66603eb7f6dca66108cef7b5c81a (patch) | |
tree | 23dbe98b6861c48c5beaa186f87b5318fe62d2e6 /remoteExample | |
parent | f46753f3082c330e0eb1dbc2b4c02666ff9ccd88 (diff) |
Gradle plugin v0.12
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 7f34384c..bc9aeb7c 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -1,4 +1,4 @@ -apply plugin: 'android' +apply plugin: 'com.android.application' android { compileSdkVersion 19 |