Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for latest API level #33

Open
ebghrimtech opened this issue Oct 5, 2018 · 4 comments
Open

Support for latest API level #33

ebghrimtech opened this issue Oct 5, 2018 · 4 comments

Comments

@ebghrimtech
Copy link

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
Copy link
Author

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
Copy link

sorry,I just can not understand English.

@MaoTouWang
Copy link

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

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

@belljay
Copy link

belljay commented Apr 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants