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 @@
+
+
+
+
diff --git a/native_library/android/VibrationANE/.idea/jarRepositories.xml b/native_library/android/VibrationANE/.idea/jarRepositories.xml
new file mode 100644
index 0000000..7f22936
--- /dev/null
+++ b/native_library/android/VibrationANE/.idea/jarRepositories.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/native_library/android/VibrationANE/VibrationANE.iml b/native_library/android/VibrationANE/VibrationANE.iml
index 2668536..0092e4c 100644
--- a/native_library/android/VibrationANE/VibrationANE.iml
+++ b/native_library/android/VibrationANE/VibrationANE.iml
@@ -1,5 +1,5 @@
-
+
diff --git a/native_library/android/VibrationANE/app/app.iml b/native_library/android/VibrationANE/app/app.iml
index 871dd33..5eeae59 100644
--- a/native_library/android/VibrationANE/app/app.iml
+++ b/native_library/android/VibrationANE/app/app.iml
@@ -1,5 +1,5 @@
-
+
@@ -19,8 +19,8 @@
-
-
+
+
@@ -32,13 +32,13 @@
-
+
-
-
+
+
\ No newline at end of file
diff --git a/native_library/android/VibrationANE/build.gradle b/native_library/android/VibrationANE/build.gradle
index a2fc69e..0a30dfd 100644
--- a/native_library/android/VibrationANE/build.gradle
+++ b/native_library/android/VibrationANE/build.gradle
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
- ext.kotlin_version = '1.3.71'
- ext.frekotlin_version = '1.10.0'
+ ext.kotlin_version = '1.4.0'
+ ext.frekotlin_version = '1.40.0'
repositories {
google()
jcenter()
diff --git a/native_library/apple/VibrationANE/Cartfile b/native_library/apple/VibrationANE/Cartfile
index 4efdaac..e8d9ad6 100644
--- a/native_library/apple/VibrationANE/Cartfile
+++ b/native_library/apple/VibrationANE/Cartfile
@@ -1 +1 @@
-binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.4.0/FreSwift.json" ~> 4.4.0
\ No newline at end of file
+binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.5.0/FreSwift.json" ~> 4.5.0
\ No newline at end of file