firebasecrashlyticsplugin java uses or overrides a deprecated api

Solutions on MaxInterview for firebasecrashlyticsplugin java uses or overrides a deprecated api by the best coders in the world

showing results for - "firebasecrashlyticsplugin java uses or overrides a deprecated api "
Stefania
07 Mar 2019
1In your app/build.gradle, increase the minSdkVersion:
2
3Change this:
4  	minSdkVersion 16
5  	
6    into this:
7  
8	minSdkVersion 23