diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd4068..b237386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 3.0.0 +- AND: Updated to FreKotlin 1.42.0 +- iOS: Updated to FreSwift 5.1.0 +- Upgraded to AIR 33.1.1.345 + ### 2.9.0 - AND: Updated to FreKotlin 1.41.0 - iOS: Updated to FreSwift 5.0.0 diff --git a/README.md b/README.md index b386fcd..5c21330 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You will need: - IntelliJ IDEA - AIR 33.1.1.217+ -- Xcode 12.1 +- Xcode 12.3 - [.Net Core Runtime](https://dotnet.microsoft.com/download/dotnet-core/3.1) - [AIR-Tools](https://github.com/tuarua/AIR-Tools/) diff --git a/example/.idea/misc.xml b/example/.idea/misc.xml index e39a66a..750ff5f 100644 --- a/example/.idea/misc.xml +++ b/example/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/example/.idea/runConfigurations/iOS_Simulator.xml b/example/.idea/runConfigurations/iOS_Simulator.xml index 694c0da..e1e1248 100644 --- a/example/.idea/runConfigurations/iOS_Simulator.xml +++ b/example/.idea/runConfigurations/iOS_Simulator.xml @@ -2,7 +2,7 @@ @@ -53,7 +53,7 @@ - + @@ -90,7 +90,7 @@ - + @@ -112,7 +112,7 @@ - + @@ -125,11 +125,9 @@ - + - - @@ -160,6 +158,8 @@ + + \ No newline at end of file diff --git a/example/air_package.json b/example/air_package.json index 0f06116..2021d4f 100644 --- a/example/air_package.json +++ b/example/air_package.json @@ -1,6 +1,6 @@ { "name": "maps-sample", - "version": "2.9.0", + "version": "3.0.0", "appDescriptor": "src/Main-app.xml", "variables": { "googleAppId": "XXX-xx-xx" @@ -11,6 +11,6 @@ "url": "https://tuarua.github.io/air/air_packages.json" }, "dependencies": { - "com.tuarua.GoogleMapsANE": "2.9.0" + "com.tuarua.GoogleMapsANE": "3.0.0" } } diff --git a/example/src/Main-app.xml b/example/src/Main-app.xml index 3f17ba3..1657903 100644 --- a/example/src/Main-app.xml +++ b/example/src/Main-app.xml @@ -6,7 +6,7 @@ GoogleMapsANE - 2.9.0 + 3.0.0 diff --git a/native_extension/ane/air_package.json b/native_extension/ane/air_package.json index 09b01bf..272ffa1 100644 --- a/native_extension/ane/air_package.json +++ b/native_extension/ane/air_package.json @@ -1,18 +1,18 @@ { "name": "com.tuarua.GoogleMapsANE", - "version": "2.9.0", + "version": "3.0.0", "repository": { "url": "https://tuarua.github.io/air/air_packages.json" }, "dependencies": { - "com.tuarua.frekotlin": "1.41.0", + "com.tuarua.frekotlin": "1.42.0", "com.google.code.gson.gson": "2.8.6", "org.greenrobot.eventbus": "3.0.0", "androidx.legacy.legacy-support-v4": "1.0.0", "com.google.android.gms.play-services-location": "17.0.0", "com.google.android.gms.play-services-base": "17.1.0", "com.google.android.gms.play-services-maps": "17.0.0", - "com.tuarua.iOS.FreSwift": "5.0.0", - "com.tuarua.GoogleMapsANE.IosDependencies": "2.9.0" + "com.tuarua.iOS.FreSwift": "5.1.0", + "com.tuarua.GoogleMapsANE.IosDependencies": "3.0.0" } } \ No newline at end of file diff --git a/native_extension/ane/build.sh b/native_extension/ane/build.sh index 7a5b291..c75c1c4 100755 --- a/native_extension/ane/build.sh +++ b/native_extension/ane/build.sh @@ -9,7 +9,7 @@ PROJECTNAME=GoogleMapsANE fwSuffix="_FW" libSuffix="_LIB" -AIR_SDK="/Users/eoinlandy/SDKs/AIRSDK_33.1.1.300" +AIR_SDK="/Users/eoinlandy/SDKs/AIRSDK_33.1.1.345" echo $AIR_SDK if [ ! -d "$pathtome/../../native_library/ios/$PROJECTNAME/Build/Products/Release-iphonesimulator/" ]; then diff --git a/native_extension/ane/extension.xml b/native_extension/ane/extension.xml index 55a3394..70ba56b 100644 --- a/native_extension/ane/extension.xml +++ b/native_extension/ane/extension.xml @@ -3,7 +3,7 @@ com.tuarua.GoogleMapsANE Google Maps ANE This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd. - 2.9.0 + 3.0.0 diff --git a/native_extension/ane/platforms/ios/platform.xml b/native_extension/ane/platforms/ios/platform.xml index 1bf7d10..e605f36 100644 --- a/native_extension/ane/platforms/ios/platform.xml +++ b/native_extension/ane/platforms/ios/platform.xml @@ -1,6 +1,6 @@ - 14.1 + 14.3 diff --git a/native_library/android/GoogleMapsANE/.idea/modules/app/GoogleMapsANE.app.iml b/native_library/android/GoogleMapsANE/.idea/modules/app/GoogleMapsANE.app.iml index 3130cc2..d79477c 100644 --- a/native_library/android/GoogleMapsANE/.idea/modules/app/GoogleMapsANE.app.iml +++ b/native_library/android/GoogleMapsANE/.idea/modules/app/GoogleMapsANE.app.iml @@ -32,31 +32,17 @@