diff --git a/.github/workflows/release_android.yml b/.github/workflows/release_android.yml index 4540a7f2..b8f3d1a6 100644 --- a/.github/workflows/release_android.yml +++ b/.github/workflows/release_android.yml @@ -8,7 +8,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - GODOT_VERSIONS: [4.1, 4.1.1, 4.1.2, 4.1.3] + GODOT_VERSIONS: [4.1, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.2, 4.2.1, 4.2.2] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 0d0954f7..1d73e804 100644 --- a/README.md +++ b/README.md @@ -109,4 +109,4 @@ Your support helps us continue to improve and maintain this plugin. Thank you fo ## ⭐ Star History If you appreciate our work, don't forget to give us a star on GitHub! ⭐ -![Star History Chart](https://api.star-history.com/svg?repos=Poing-studios/godot-admob-android&type=Date) +![Star History Chart](https://api.star-history.com/svg?repos=poingstudios/godot-admob-android&type=Date) diff --git a/build.gradle b/build.gradle index c494e203..e4d90dc2 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '7.2.2' apply false id 'com.android.library' version '7.2.2' apply false - id 'org.jetbrains.kotlin.android' version '1.7.10' apply false + id 'org.jetbrains.kotlin.android' version '1.9.22' apply false } task clean(type: Delete) { diff --git a/src/ads/src/main/java/com/poingstudios/godot/admob/ads/converters/GodotDictionaryToJavaObject.kt b/src/ads/src/main/java/com/poingstudios/godot/admob/ads/converters/GodotDictionaryToJavaObject.kt index 1785840c..57fbe8e3 100644 --- a/src/ads/src/main/java/com/poingstudios/godot/admob/ads/converters/GodotDictionaryToJavaObject.kt +++ b/src/ads/src/main/java/com/poingstudios/godot/admob/ads/converters/GodotDictionaryToJavaObject.kt @@ -32,7 +32,6 @@ import com.google.android.ump.ConsentDebugSettings import com.google.android.ump.ConsentRequestParameters import com.poingstudios.godot.admob.core.AdNetworkExtras import com.poingstudios.godot.admob.core.utils.LogUtils -import com.poingstudios.godot.admob.core.utils.PluginConfiguration.Constants.PLUGIN_VERSION import org.godotengine.godot.Dictionary diff --git a/src/core/src/main/java/com/poingstudios/godot/admob/core/utils/PluginConfiguration.kt b/src/core/src/main/java/com/poingstudios/godot/admob/core/utils/PluginConfiguration.kt index c83d4796..b7bc2067 100644 --- a/src/core/src/main/java/com/poingstudios/godot/admob/core/utils/PluginConfiguration.kt +++ b/src/core/src/main/java/com/poingstudios/godot/admob/core/utils/PluginConfiguration.kt @@ -2,6 +2,6 @@ package com.poingstudios.godot.admob.core.utils class PluginConfiguration { object Constants { - const val PLUGIN_VERSION = "3.0.2" + const val PLUGIN_VERSION = "3.0.3" } } \ No newline at end of file