From 09539ac22a894af6ccabeed997a1021b5fb87f35 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 30 Dec 2024 19:57:31 -0500 Subject: [PATCH] adds new rules for proguard --- ammolite/consumer-rules.pro | 3 ++- ammolite/proguard-rules.pro | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ammolite/consumer-rules.pro b/ammolite/consumer-rules.pro index 2338beda6..a98136082 100644 --- a/ammolite/consumer-rules.pro +++ b/ammolite/consumer-rules.pro @@ -42,4 +42,5 @@ -keep enum ** { *; } -keep class com.vitorpamplona.ammolite.service.** { *; } --keep class com.vitorpamplona.ammolite.relays.** { *; } \ No newline at end of file +-keep class com.vitorpamplona.ammolite.relays.** { *; } +-keep class com.vitorpamplona.ammolite.sockets.** { *; } \ No newline at end of file diff --git a/ammolite/proguard-rules.pro b/ammolite/proguard-rules.pro index 2338beda6..a98136082 100644 --- a/ammolite/proguard-rules.pro +++ b/ammolite/proguard-rules.pro @@ -42,4 +42,5 @@ -keep enum ** { *; } -keep class com.vitorpamplona.ammolite.service.** { *; } --keep class com.vitorpamplona.ammolite.relays.** { *; } \ No newline at end of file +-keep class com.vitorpamplona.ammolite.relays.** { *; } +-keep class com.vitorpamplona.ammolite.sockets.** { *; } \ No newline at end of file