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

Release 5.5.0 #92

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Release 5.5.0 #92

merged 1 commit into from
Dec 14, 2023

Conversation

Varnius
Copy link
Contributor

@Varnius Varnius commented Dec 13, 2023

No description provided.

@Varnius Varnius requested a review from a team as a code owner December 13, 2023 22:50
@@ -20,10 +20,10 @@ apply plugin: 'com.android.library'

apply plugin: 'kotlin-android'

def DEFAULT_COMPILE_SDK_VERSION = 33
def DEFAULT_COMPILE_SDK_VERSION = 34
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we release new version we just need to bump these numbers? Just wondering about other 2 DEFAULT_BUILD_TOOLS_VERSION and DEFAULT_MIN_SDK_VERSION when are those bumped?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bytasv These are mirrored from underlying native Android SDK. We are bumping these occasionally, when new Android SDK version ships for forward compatibility. More info.
minSdkVersion is the min version we support, we track this via BI and I guess the normal strategy is bumping it once there are no clients on that version and/or we really need some features that are not supported by some min SDK version.
But normally we just bump the native module version and that's it, eg. 5.4.0 -> 5.5.0

@Varnius Varnius requested a review from viktorasl December 14, 2023 09:41
@Varnius Varnius merged commit 0ccc1a4 into master Dec 14, 2023
2 checks passed
@Varnius Varnius deleted the release-5.5 branch December 14, 2023 09:52
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.

3 participants