Skip to content

Commit 71245a9

Browse files
ErikUggeldahlErikUggeldahl
ErikUggeldahl
andcommitted
fix: Remove printmapping ProGuard rule
# Description This was forcing a particular name to the ProGuard mapping output. If clients want mapping, they can add it to their own ProGuard rules. # Details [Context in Slack](https://2dimensions.slack.com/archives/C073UBSHFB7/p1739547229104789). Technically this is a breaking change, as the rules in `consumer-rules.pro` are merged into consuming apps. However, they can always add it back if they need it, with the advantage of getting to name it whatever they want. It's not the job of libraries to force this. Diffs= 3697d133a0 fix: Remove printmapping ProGuard rule (#9191) Co-authored-by: Erik <[email protected]>
1 parent 0ec1b0c commit 71245a9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.rive_head

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e3cd39b754de7f6d4c7502ae721e0cd046ab418e
1+
3697d133a035d9ad66f203437e6e5a6202b06f16

kotlin/consumer-rules.pro

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
-printmapping out.map
2-
3-
-keep class app.rive.runtime.kotlin.** { *;}
1+
-keep class app.rive.runtime.kotlin.** { *;}

0 commit comments

Comments
 (0)