Some people are getting errors after uploading to APK like this:
http://stackoverflow.com/questions/31596794/google-play-apk-upload-failure-with-uses-permission-maxsdkversion
We are setting the maxSdkVersion 13 but the lowest possible value is 19, so we just need to change this.
Some people are getting errors after uploading to APK like this:
http://stackoverflow.com/questions/31596794/google-play-apk-upload-failure-with-uses-permission-maxsdkversion
We are setting the maxSdkVersion 13 but the lowest possible value is 19, so we just need to change this.