-
Notifications
You must be signed in to change notification settings - Fork 12
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
It is possible to build NyaaPantsu App for API 19? #71
Comments
You might have a hard time for that. Kotlin does support api 19 (and below). We just moved to api 21 for convenience (in order to not have condition compatibility code) and to use some UI Components. |
Cool :D I can test the app on an emulator, but I think I could test it better using my smartphone. Anywany, I'm waiting for BlackFriday to buy a new one. |
Ok, I will provide test build for api 19 |
Thanks @xdk78! I can try to make a build myself, but I have to know if there is conflictive libs or something else. |
@JuanjoSalvador |
I forgot it, sorry. I tried it and seems fine, but I only tested it on a virtual device. I need to make tests on a real device. |
@JuanjoSalvador ok fine |
At this moment, my smartphone have Android 4.4, so it will be nice if I can build NyaaPantsu App for Android 4.4+ (API 19). I searched for any issue with Kotlin and API 19 and it seems everything it's OK, but I don't know if the app needs any library that only run on API 21+, or something like that.
The text was updated successfully, but these errors were encountered: