zcweng / SwitchButton

SwitchButton.An beautiful+lightweight+custom-style-easy switch widget for Android,minSdkVersion >= 11
https://github.com/zcweng/SwitchButton
MIT License
2.67k stars 415 forks source link

Support for latest API level #33

Open ebghrimtech opened 6 years ago

ebghrimtech commented 6 years ago

Hello,

We are currently using your library in one of our applications. Actually we need a favour from your side. According to the Google Play Policy, all apps have to provide support for at least API level 26. It seems like yours is not as per the new google play policy. We are targeting API level 28. So can you please provide us support for API level 28 in your current repository?

ebghrimtech commented 6 years ago

Please check out the Android official docs. We just want to make sure that all the libraries support at least API level 26 and we are targeting API level 28. Please update as soon as possible.

Geeksongs commented 5 years ago

sorry,I just can not understand English.

MaoTouWang commented 5 years ago

他说他们正在用你的这个swtich button, 根据Goolge play的要求所有的app需要至少支持API 26. 但是你的只知道到23. 他问你可不可以更新你的library的gradle, 升级到28.

defaultConfig { minSdkVersion 11 targetSdkVersion 23 更新这里 versionCode VERSION_CODE versionName VERSION_NAME }

belljay commented 4 years ago

btw, I needed to use this so I forked and upgraded to API 29. Feel free to use this: https://github.com/belljay/SwitchButton