diff --git a/CHANGELOG.md b/CHANGELOG.md index 8befe9b..5617cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.5.0 +- AND: Updated to FreKotlin 1.40.0 +- iOS: Updated to FreSwift 4.5.0 + ### 1.4.0 - AND: Updated to FreKotlin 1.10.0 - iOS: Updated to FreSwift 4.4.0 diff --git a/example/get_android_dependencies.ps1 b/example/get_android_dependencies.ps1 index eb85367..2911e52 100644 --- a/example/get_android_dependencies.ps1 +++ b/example/get_android_dependencies.ps1 @@ -1,5 +1,5 @@ -$AneVersion = "1.4.0" -$FreKotlinVersion = "1.10.0" +$AneVersion = "1.5.0" +$FreKotlinVersion = "1.40.0" $currentDir = (Get-Item -Path ".\" -Verbose).FullName [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 diff --git a/example/get_android_dependencies.sh b/example/get_android_dependencies.sh index b037412..3fcfcf9 100644 --- a/example/get_android_dependencies.sh +++ b/example/get_android_dependencies.sh @@ -1,7 +1,7 @@ #!/bin/sh -AneVersion="1.4.0" -FreKotlinVersion="1.10.0" +AneVersion="1.5.0" +FreKotlinVersion="1.40.0" wget -O android_dependencies/com.tuarua.frekotlin-$FreKotlinVersion.ane https://github.com/tuarua/Android-ANE-Dependencies/blob/master/anes/kotlin/com.tuarua.frekotlin-$FreKotlinVersion.ane?raw=true wget -O ../native_extension/ane/VibrationANE.ane https://github.com/tuarua/Vibration-ANE/releases/download/$AneVersion/VibrationANE.ane?raw=true diff --git a/example/get_ios_dependencies.sh b/example/get_ios_dependencies.sh index c78b72d..5789ddc 100755 --- a/example/get_ios_dependencies.sh +++ b/example/get_ios_dependencies.sh @@ -1,7 +1,7 @@ #!/bin/sh -AneVersion="1.4.0" -FreSwiftVersion="4.4.0" +AneVersion="1.5.0" +FreSwiftVersion="4.5.0" rm -r ios_dependencies/device rm -r ios_dependencies/simulator diff --git a/native_extension/ane/extension.xml b/native_extension/ane/extension.xml index b05e59a..dae7f7c 100644 --- a/native_extension/ane/extension.xml +++ b/native_extension/ane/extension.xml @@ -3,7 +3,7 @@ com.tuarua.VibrationANE Vibration ANE This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd. - 1.4.0 + 1.5.0 diff --git a/native_library/android/VibrationANE/.idea/codeStyles/Project.xml b/native_library/android/VibrationANE/.idea/codeStyles/Project.xml index 681f41a..0d15693 100644 --- a/native_library/android/VibrationANE/.idea/codeStyles/Project.xml +++ b/native_library/android/VibrationANE/.idea/codeStyles/Project.xml @@ -1,5 +1,23 @@ + + + +