From new Android guidelines, all app must be above API level 26. So I updated CompileSdkVersion to 28
Update the gardle version to 4.10.1
Replaced the compile attribute in gradle file with implementation tag
I have also run the entire updated app on Emulator, and it is working fine
From new Android guidelines, all app must be above API level 26. So I updated CompileSdkVersion to 28 Update the gardle version to 4.10.1 Replaced the compile attribute in gradle file with implementation tag I have also run the entire updated app on Emulator, and it is working fine