Skip to content

Commit

Permalink
LinkedIn/0.0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLovin-Mobile-Engineering committed Nov 26, 2024
1 parent d4332c7 commit 8cddbbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions LinkedIn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.6.0
* Certified with LinkedIn SDK 0.0.6.
* Removes `allowBackup="false"` from the LinkedIn SDK `AndroidManifest.xml` file, allowing apps to set their own value without conflict.

## 0.0.5.0
* Initial commit.
* Minimum AppLovin MAX SDK version 13.0.0.
2 changes: 1 addition & 1 deletion LinkedIn/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ afterEvaluate {
apply(plugin = "adapter-publish")
}

val libraryVersionName by extra("0.0.5.0")
val libraryVersionName by extra("0.0.6.0")
val libraryGroupId by extra("com.applovin.dsp")

android.defaultConfig.minSdk = 21

0 comments on commit 8cddbbb

Please sign in to comment.