amplitude / Amplitude-Flutter-Deprecated

Amplitude's Flutter SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do I need to add exceptions to proguard.pro ?

otopba opened this issue · comments

Android manual says that I have to add this lines to proguard.pro:

-keep class com.google.android.gms.
-dontwarn okio.**

Do I need to add this lines if I use this library?

@otopba Could you point me out where that manual is? Thx

NOW, yes you do if you are going to track advertising Id under obfuscation mode (means you're using proguard).