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

How to handle different Android versions #29

Closed
luckyhacky opened this issue Nov 19, 2014 · 1 comment
Closed

How to handle different Android versions #29

luckyhacky opened this issue Nov 19, 2014 · 1 comment

Comments

@luckyhacky
Copy link
Contributor

Due to last issues we have to decide how we handle multiple binaries of tincd.

There are some possibilities.

  • Pack all binaries (4.1 < and > 5.x | L versions | beta version) in main package and load the appropriate one
  • Install basic feature and let user download separate tincd binaries from HTTP
  • Install basic feature and let user download separate tincd binaries from google play store

A modul loader will handle the correct binary and install it to the correct location (see issue ##28)

Other option is to deploy 3 +x versions in google play store (PIE / non-PIE / beta / ...) but this will not be user friendly.

@luckyhacky
Copy link
Contributor Author

I think we can close the issue.
#28 was solved.

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

No branches or pull requests

2 participants