Skip to content

Commit

Permalink
Add R8 consumer file for Comscore
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Jan 10, 2025
1 parent efa0c63 commit 7b4f34d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions comscore/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ android {
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
versionCode 1
versionName "1.0"
consumerProguardFiles "consumer-rules.pro"
}

buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions comscore/android/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-keep class com.comscore.** { *; }
-dontwarn com.comscore.**

0 comments on commit 7b4f34d

Please sign in to comment.