diff --git a/app/proguard.cfg b/app/proguard.cfg index ee9dace54..697756c8f 100644 --- a/app/proguard.cfg +++ b/app/proguard.cfg @@ -102,3 +102,6 @@ **[] $VALUES; public *; } + +# for ViewPageIndicator problems (https://github.com/JakeWharton/ViewPagerIndicator/issues/366): +-dontwarn com.viewpagerindicator.LinePageIndicator \ No newline at end of file