Skip to content

Commit

Permalink
FreSwift 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuarua committed Feb 23, 2020
1 parent 0b6df27 commit 4c7ece4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- AND: Updated to Android Play Services to 17.0.0
- AND: Updated to Jetpack
- iOS: Updated to Google Maps SDK 3.7.0
- iOS: Updated to FreSwift 4.2.0
- iOS: Updated to FreSwift 4.3.0

### 2.5.0
- AND: Updated to FreKotlin 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ You will need:
- IntelliJ IDEA / Flash Builder
- AIR 33.0.2.338+
- Xcode 11.3
- [wget](http://rudix.org/packages/wget.html) on macOS
- * wget on macOS via `brew install wget`
- Android Studio 3 if you wish to edit the Android source
- Powershell on Windows

Expand Down
2 changes: 1 addition & 1 deletion example/get_ios_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

AneVersion="2.6.0"
FreSwiftVersion="4.2.0"
FreSwiftVersion="4.3.0"

rm -r ios_dependencies/device
rm -r ios_dependencies/simulator
Expand Down
2 changes: 1 addition & 1 deletion native_library/ios/GoogleMapsANE/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.2.0/FreSwift.json" ~> 4.2.0
binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.3.0/FreSwift.json" ~> 4.3.0

0 comments on commit 4c7ece4

Please sign in to comment.