Skip to content

Commit

Permalink
Moments API proguard update - region selection (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamayok authored Sep 9, 2024
1 parent 973ecd6 commit d1c42cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion momentsapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'maven-publish'
}

version = '1.0.1'
version = '1.0.2'

android {
namespace 'com.tealium.momentsapi'
Expand Down
4 changes: 4 additions & 0 deletions momentsapi/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@

-keep class kotlin.Metadata { *; }

-keep interface com.tealium.momentsapi.** { *; }

-keep class com.tealium.momentsapi.MomentsApiService { *; }
-keep class com.tealium.momentsapi.MomentsApiServiceKt { *; }
-keep class com.tealium.momentsapi.EngineResponse { *; }
-keep class com.tealium.momentsapi.EngineResponse$Companion { *; }
-keep class com.tealium.momentsapi.MomentsApiRegion { *; }
-keep class com.tealium.momentsapi.MomentsApiRegion$** { *; }
-keep class com.tealium.momentsapi.ResponseListener { *; }
-keep class com.tealium.momentsapi.TealiumConfigMomentsApiKt { *; }
-keep class com.tealium.momentsapi.ErrorCode { *; }

0 comments on commit d1c42cc

Please sign in to comment.