Skip to content

Commit

Permalink
LinkedIn/0.0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLovin-Mobile-Engineering committed Dec 11, 2024
1 parent ac365a8 commit 13e25ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions LinkedIn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.0.6.1
* Add ProGuard rules to prevent obfuscation of LinkedIn SDK classes.

## 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.
Expand Down
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.6.0")
val libraryVersionName by extra("0.0.6.1")
val libraryGroupId by extra("com.applovin.dsp")

android.defaultConfig.minSdk = 21
2 changes: 2 additions & 0 deletions LinkedIn/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

-keep class com.linkedin.audiencenetwork.** { *; }

0 comments on commit 13e25ae

Please sign in to comment.