Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmso committed Apr 4, 2024
1 parent b33ed1e commit 8298b02
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Versions

## x.x.x
## 1.1.5
* Depends on Android SDK [v12.3.1](https://github.com/AppLovin/AppLovin-MAX-SDK-Android/releases/tag/release_12_3_1) and iOS SDK [v12.3.1](https://github.com/AppLovin/AppLovin-MAX-SDK-iOS/releases/tag/release_12_3_1).
## 1.1.4
* Attempt fix at increased CPU usage on app pause on Android. https://github.com/AppLovin/AppLovin-MAX-Cordova/issues/44
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-applovin-max",
"version": "1.1.4",
"version": "1.1.5",
"description": "AppLovin MAX Cordova Plugin for Android and iOS",
"cordova": {
"id": "cordova-plugin-applovin-max",
Expand Down
2 changes: 1 addition & 1 deletion plugin/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-applovin-max" version="1.1.4">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-applovin-max" version="1.1.5">
<name>AppLovin MAX</name>
<description>AppLovin MAX Cordova Plugin</description>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion plugin/www/applovinmax.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var exec = require('cordova/exec');
var cordova = require('cordova');

const VERSION = '1.1.4';
const VERSION = '1.1.5';

/**
* This enum represents whether or not the consent dialog should be shown for this user.
Expand Down

0 comments on commit 8298b02

Please sign in to comment.