SwitchButton icon indicating copy to clipboard operation
SwitchButton copied to clipboard

Support for latest API level

Open ebghrimtech opened this issue 7 years ago • 4 comments

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 avatar Oct 05 '18 13:10 ebghrimtech

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.

ebghrimtech avatar Oct 09 '18 10:10 ebghrimtech

sorry,I just can not understand English.

Geeksongs avatar Apr 25 '19 01:04 Geeksongs

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

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

MaoTouWang avatar Sep 20 '19 10:09 MaoTouWang

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

belljay avatar Apr 24 '20 04:04 belljay