Skip to content

Commit

Permalink
Merge pull request #222 from poingstudios/fix-build-godot-4.2.2
Browse files Browse the repository at this point in the history
fix: build with Godot 4.2.2
  • Loading branch information
gumaciel authored May 1, 2024
2 parents 0510ab7 + 1be36b5 commit ff2e311
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit ff2e311

Please sign in to comment.