diff options
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 |