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

Decrease minimum sdk requirements to API 8 #9

Merged
merged 1 commit into from
Jul 6, 2015

Conversation

amartinz
Copy link
Contributor

@amartinz amartinz commented Jul 5, 2015

This removes the useless app which did not contain any samples and decreases the minimum sdk from 15 to 8.

I have choosen 8 because the test dependency of Hawk depends on API 8 and with API 8 we are targeting 99% of the android audience anyways, so it seems to be a reasonable number to me.

@pilgr
Copy link
Owner

pilgr commented Jul 5, 2015

Yep, min sdk should be changed. But simple app still should be there as we have plan to fill in it with examples and demo. Please remove second commit from your pull request.

@pilgr
Copy link
Owner

pilgr commented Jul 5, 2015

Have you tried to run all tests on device with api 8?

@amartinz
Copy link
Contributor Author

amartinz commented Jul 6, 2015

I guess it can be readded then once set up, it will just confuse people, but i will do as you said :)

I ran my app inside an emulator and it worked, but i will do further tests, like running the unit tests.

Shipped my app also to beta testers on Google Play and it looks good so far.

Will report back once i have ran the unit tests, together with results.

  * There is no need to set the minimum sdk version to 15.
    Allow to use it on older apis as well

  * Hawk depends on API 8, so set the minimum sdk to 8 as well.
    Paper will build with an even lower sdk as well, just the tests
    will fail to build and API 8 is a reasonable number as it covers
    99% of the target audience.

Change-Id: I0365859041743ce078af4f02c29c86c55a64b403
Signed-off-by: Alexander Martinz <eviscerationls@gmail.com>
pilgr added a commit that referenced this pull request Jul 6, 2015
Decrease minimum sdk requirements to API 8
@pilgr pilgr merged commit 1b9fc2d into pilgr:development Jul 6, 2015
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

Successfully merging this pull request may close these issues.

2 participants