Quantcast
Channel: Mobile - Couchbase Forums
Viewing all articles
Browse latest Browse all 1117

Android ProguardRules for CouchbaseLite v2.1.0

$
0
0

Dear Experts,

I am using CouchbaseLite version - 2.1.0. I have added the below Proguard Rules:

-keep class com.couchbase.litecore.**{ *; }
-keep class com.couchbase.lite.**{ *; }
-keep public class com.couchbase.lite.** { *; }
-dontwarn com.couchbase.lite.**
-keep public class com.fasterxml.jackson.** { *; }
-dontwarn com.fasterxml.jackson.**

But, getting Lint error - “Unresolved Class Name”. Anyone please help me with correct ProGuard configuration for CBL 2.1.0.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 1117

Trending Articles