-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
chore: update minimum versions #12632
base: master
Are you sure you want to change the base?
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
@@ -50,10 +50,14 @@ https://help.keyman.com/developer/engine/android/latest-version/ | |||
|-----------------------------------|--------------| | |||
| KEYMAN_DEFAULT_VERSION_UBUNTU_CONTAINER | noble | | |||
| KEYMAN_MIN_TARGET_VERSION_ANDROID | 5 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| KEYMAN_MIN_TARGET_VERSION_ANDROID | 5 | | |
| KEYMAN_MIN_TARGET_VERSION_ANDROID | 5.0 | |
I should have made this clearer so not to confuse 5.1 (SDK 22)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you apply to l.13 of minimum-versions.inc.sh?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minimum versions are correct for mac and ios but I expect them to change before we release 18 as we make the move to Xcode 16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm for windows
@@ -15,7 +15,14 @@ KEYMAN_MIN_TARGET_VERSION_IOS=12.2 # iOS 12.2 | |||
KEYMAN_MIN_TARGET_VERSION_WINDOWS=10 # Windows 10 | |||
KEYMAN_MIN_TARGET_VERSION_MAC=10.13 # MacOS 10.13 (High Sierra) | |||
KEYMAN_MIN_TARGET_VERSION_UBUNTU=20.04 # Ubuntu 20.04 Focal | |||
KEYMAN_MIN_TARGET_VERSION_CHROME=95.0 # Final version that runs on Android 5.0 | |||
KEYMAN_MIN_TARGET_VERSION_ANDROID_CHROME=53.0 # min vesrion of Chrome for Keyman for Android |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KEYMAN_MIN_TARGET_VERSION_ANDROID_CHROME=53.0 # min vesrion of Chrome for Keyman for Android | |
KEYMAN_MIN_TARGET_VERSION_ANDROID_CHROME=53.0 # min version of Chrome for Keyman for Android |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm for Android
minor nits on 5.0 and a typo in comment
@keymanapp-test-bot skip