Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Exclude v62 files from zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Farache committed Mar 1, 2016
1 parent 663f430 commit 7e77974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ios/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ task zip(type: Zip) {
destinationDir = project.buildDir
version = project.version
from 'Source'
exclude '**/v62/**'
}
2 changes: 1 addition & 1 deletion ios/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
## Build
##

version=6.2.23
version=7.0.2

0 comments on commit 7e77974

Please sign in to comment.