I want to build for this project
CodePudding user response:
You need to upgrade min SDK version in build.gradle file to 21
minSDKVersion=19
replace to
minSDKVersion=21
I want to build for this project
CodePudding user response:
You need to upgrade min SDK version in build.gradle file to 21
minSDKVersion=19
replace to
minSDKVersion=21