Skip to content

Commit 74d4827

Browse files
authored
Skip proguard for CT's buildconfig (#530)
1 parent 6e55191 commit 74d4827

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AndroidSDKCore/consumer-proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
# Keep bytebuddy classes.
1010
-keep class net.bytebuddy.** { *; }
1111
-dontwarn net.bytebuddy.**
12+
13+
# Reflection is used to get CT version in runtime
14+
-keep class com.clevertap.android.sdk.BuildConfig { *; }

0 commit comments

Comments
 (0)