I decided to obfuscate the application code, but during the work errors related to the libraries started to appear. I work in Android Studio I collect the project through Gradle. Here is a list of used libraries:
compile 'com.android.support:appcompat-v7:25.1.0' compile 'com.android.support:design:25.1.0' compile 'com.google.firebase:firebase-core:9.2.1' compile 'com.google.firebase:firebase-ads:9.2.1' compile 'com.android.support:recyclerview-v7:25.1.0' compile 'com.github.bumptech.glide:glide:3.5.2' compile 'com.android.support:support-v4:25.1.0' compile 'com.android.support:gridlayout-v7:25.1.0' What and where should I register so that these libraries are not obfuscated?