-
Notifications
You must be signed in to change notification settings - Fork 21
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
Conversation
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.
We can revisit how to rework this in a way that works for older clients.
@@ -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) { |
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.
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
4e42497
to
17e943c
Compare
🎉 This PR is included in version 1.24.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.24.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Revert java version upgrade until React Native 0.73 is more widly used