Skip to content

Commit

Permalink
config/lock_to_12.3.1_native_sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmso committed Apr 4, 2024
1 parent 92ff917 commit b33ed1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Versions

## x.x.x
* 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
## 1.1.3
Expand Down
4 changes: 2 additions & 2 deletions plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<source-file src="src/android/AppLovinMAX.java" target-dir="src/com/applovin/cordova" />

<framework src="com.applovin:applovin-sdk:+" />
<framework src="com.applovin:applovin-sdk:12.3.1" />
</platform>

<!-- ios -->
Expand All @@ -43,7 +43,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="AppLovinSDK" />
<pod name="AppLovinSDK" spec="12.3.1" />/>
</pods>
</podspec>
</platform>
Expand Down

0 comments on commit b33ed1e

Please sign in to comment.