Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Conversation

@fdrault
Copy link

@fdrault fdrault commented Sep 27, 2022

Hello !
With react-native 0.70, many users will met build problems with mismatch versions between their project (31) and this library (30).

With this PR, gradle build the library with global compileSdkVersion minSdkVersion and targetSdkVersion versions, defined in your project android/build.graddle. This way, this library versions evolve with the react-native ones

This should fix #92 #90 #100

@jorgebrunetto
Copy link

@calderaro
Copy link

i don't think this is fixed in the latest release. i had to explicitly define VisionCameraCodeScanner_compileSdkVersion=31 instead of it using the compileSdkVersion for it to work.

@Wahsner
Copy link

Wahsner commented Jan 16, 2023

Can confirm this issue hasn't been fixed in the latest release.
I've had to add the suggested work around in order for the app to build for Android.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot build on android

4 participants