Skip to content

Conversation

@chrisfromwork
Copy link
Contributor

@chrisfromwork chrisfromwork commented Jan 29, 2021

Moving to react native 0.64.0 preview releases has caused regressions in android/ios. This review fixes those issues.

abiFilters "arm64-v8a", "armeabi-v7a", "x86"
}
packagingOptions {
// TODO if def based on gradle version where we only do this for 4.0.0+?
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we can probably remove this comment, libBabylonNative.so is the only lib we distribute and this exclude isn't included in the npm package build.gradle file. @ryantrem are we okay with having everyone build the libBabylonNative.so with gradle 4.1.0?

Copy link
Member

Choose a reason for hiding this comment

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

I have 3.5 and this didn't break anything for me, so I think we could just update the comment to say that this is to support the Android gradle plugin 4.0.0+. Please call it "Android gradle plugin" though and not "gradle", because they are versioned differently. We are using gradle version 6.7.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this should now be fixed

@chrisfromwork chrisfromwork changed the title Fix android playground build Fix android and ios support Jan 29, 2021
@chrisfromwork chrisfromwork marked this pull request as ready for review January 29, 2021 19:17
… one for testing with RN 0.64.0-rc.0

Change packages Android min api level back to 18
if (abi != null) { // null for the universal-debug, universal-release variants
output.versionCodeOverride =
versionCodes.get(abi) * 1048576 + defaultConfig.versionCode
output.versionCodeOverride = versionCode
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't seem to match upgrade helper.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this should now be fixed

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