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