Skip to content

fix mistake in README for Older SDK versions #618

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ibartj
Copy link

@ibartj ibartj commented Mar 18, 2021

The error in README for Android SDK versions < 24 was introduced in this commit:
545672b
As said some 20 lines above: "From version 4.x, only Android SDK 24+ is supported by default"
The last version working with SDK < 24 is 3.6.0.

The error in README for Android SDK versions < 24 was introduced in this commit:
journeyapps@545672b
As said some 20 lines above: "From version 4.x, only Android SDK 24+ is supported by default"
The last version working with SDK < 24 is 3.6.0.
@msfjarvis
Copy link

SDK 24 was never required, the library's minSdk was bumped in error. See #612 for context and how to use latest versions on SDK_INT < 24.

@ibartj
Copy link
Author

ibartj commented Mar 29, 2021

SDK 24 was never required, the library's minSdk was bumped in error. See #612 for context and how to use latest versions on SDK_INT < 24.

Alright, anyway we've got minSdkVersion=16 and 3.6.0 is the latest usable for us @msfjarvis.

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