Android-Material-Examples
Android-Material-Examples copied to clipboard
minSdkVersion
How much is the support the smallest minSdkVersion under ah
minSdkVersion 21
https://github.com/saulmm/Android-Material-Examples/blob/master/app/build.gradle
Is there anyway to make it support Api 15 or above?
I have luck with using ActivityOptionCompat in place of ActivityOption. Google's backward compatibility features automatically take care of devices running below sdk 21.