Skip to content

Commit

Permalink
Update to android 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Aug 17, 2024
1 parent a9ca2fd commit a8286ff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/2023.3693/android/corona.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ android.defaultConfig {
ext["minSdkVersion"] = Math.max(ext.find("minSdkVersion")?:15, 19)

dependencies {
implementation 'com.unity3d.ads:unity-ads:4.9.2'
implementation 'com.unity3d.ads:unity-ads:4.12.2'
implementation 'androidx.fragment:fragment:1.3.0'
}
Binary file modified plugins/2023.3693/android/plugin.unityads.v4.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/android/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {

dependencies {
implementation ':Corona@aar'
implementation 'com.unity3d.ads:unity-ads:4.9.2'
implementation 'com.unity3d.ads:unity-ads:4.12.2'
}

task extractPluginJar() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@SuppressWarnings({"unused", "RedundantSuppression"})
public class LuaLoader implements JavaFunction, CoronaRuntimeListener {
private static final String PLUGIN_NAME = "plugin.unityads.v4";
private static final String PLUGIN_VERSION = "1.0.1";
private static final String PLUGIN_VERSION = "1.0.2";
private static final String PLUGIN_SDK_VERSION = UnityAds.getVersion();

private static final String EVENT_NAME = "adsRequest";
Expand Down

0 comments on commit a8286ff

Please sign in to comment.