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

fix: Revert Java Version Upgrade #217

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

alexrisch
Copy link
Contributor

Revert java version upgrade until React Native 0.73 is more widly used

@alexrisch alexrisch requested a review from a team as a code owner January 23, 2024 16:15
Copy link
Contributor

@nplasterer nplasterer left a comment

Choose a reason for hiding this comment

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

We can revisit how to rework this in a way that works for older clients.

android/build.gradle Outdated Show resolved Hide resolved
@@ -66,17 +66,17 @@ afterEvaluate {
}

android {
compileSdkVersion safeExtGet("compileSdkVersion", 34)
compileSdkVersion safeExtGet("compileSdkVersion", 31)

def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
if (agpVersion.tokenize('.')[0].toInteger() < 8) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This call is strange to me cause you have to be on AGP 8 for version 17. 🤔 But now that we are dropping it back to 11 not an issue. Maybe what needed to happen was an else statement that set to 17 if above AGP 8 otherwise 11.

Revert java version upgrade until React Native 0.73 is more widly used
@alexrisch alexrisch force-pushed the ar/fix-revert-java-upgrade branch from 4e42497 to 17e943c Compare January 24, 2024 23:21
@xmtp xmtp deleted a comment Jan 24, 2024
@xmtp xmtp deleted a comment Jan 24, 2024
@xmtp xmtp deleted a comment Jan 24, 2024
@alexrisch alexrisch merged commit 06cf2b6 into main Jan 25, 2024
4 of 5 checks passed
@alexrisch alexrisch deleted the ar/fix-revert-java-upgrade branch January 25, 2024 00:22
Copy link
Contributor

🎉 This PR is included in version 1.24.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

github-actions bot commented Feb 7, 2024

🎉 This PR is included in version 1.24.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants