I am using a third party library in my project, since then proguard is issuing me these warnings, which I can\'t relate to that library, Here is the library I am using: Lollipin
I had same issue,so I added below change into my proguard.cfg
-dontwarn android.databinding.** -keep class android.databinding.** { *; } -dontwarn okio.** -dontwarn retrofit2.Platform$Java8 -keepclasseswithmembers class * { @retrofit2.http.* ; }