From 7e779740f3519b0b119a35f5236e0bfd4ff925ee Mon Sep 17 00:00:00 2001 From: Bruno Farache Date: Tue, 1 Mar 2016 16:07:36 -0300 Subject: [PATCH] Exclude v62 files from zip --- ios/build.gradle | 1 + ios/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/build.gradle b/ios/build.gradle index afe5f65e..baface2b 100644 --- a/ios/build.gradle +++ b/ios/build.gradle @@ -5,4 +5,5 @@ task zip(type: Zip) { destinationDir = project.buildDir version = project.version from 'Source' + exclude '**/v62/**' } \ No newline at end of file diff --git a/ios/gradle.properties b/ios/gradle.properties index c6b5e7e5..9747b892 100644 --- a/ios/gradle.properties +++ b/ios/gradle.properties @@ -8,4 +8,4 @@ ## Build ## - version=6.2.23 \ No newline at end of file + version=7.0.2 \ No newline at end of file