summaryrefslogtreecommitdiff
path: root/AndroidNative/FormsViewGroup/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidNative/FormsViewGroup/build.gradle')
-rw-r--r--AndroidNative/FormsViewGroup/build.gradle25
1 files changed, 25 insertions, 0 deletions
diff --git a/AndroidNative/FormsViewGroup/build.gradle b/AndroidNative/FormsViewGroup/build.gradle
new file mode 100644
index 00000000..9d8635c7
--- /dev/null
+++ b/AndroidNative/FormsViewGroup/build.gradle
@@ -0,0 +1,25 @@
+apply plugin: 'com.android.library'
+
+android {
+ compileSdkVersion 20
+ buildToolsVersion "25.0.2"
+
+ defaultConfig {
+ minSdkVersion 15
+ targetSdkVersion 15
+ }
+
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
+ }
+ }
+}
+
+dependencies {
+ compile 'com.android.support:support-v4:20.0.0'
+}
+
+
+