We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I cant't build my project for android after add this library ("react-native-camera-kit": "14.1.0")
To Reproduce Steps to reproduce the behavior:
Expected behavior build ok
Screenshots npm run android
Additional context
./android/build.gradle have this config ... buildscript { ext { buildToolsVersion = "34.0.0" minSdkVersion = 26 compileSdkVersion = 34 targetSdkVersion = 34 ndkVersion = "25.1.8937393" kotlinVersion = "1.8.0" appCompatVersion = "1.4.2" // Or higher. Required for new AndroidX compatibility. googlePlayServicesLocationVersion = "21.0.1" } // more config }
Environment versions
node version: v20.18.0 npm version: 10.8.3
The text was updated successfully, but these errors were encountered:
I'm not getting that error, are you still reproducing? Could have been a jitpack network error at that time
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I cant't build my project for android after add this library ("react-native-camera-kit": "14.1.0")
To Reproduce
Steps to reproduce the behavior:
Expected behavior
build ok
Screenshots
npm run android
Additional context
./android/build.gradle have this config
...
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
kotlinVersion = "1.8.0"
appCompatVersion = "1.4.2" // Or higher. Required for new AndroidX compatibility.
googlePlayServicesLocationVersion = "21.0.1"
}
// more config
}
Environment versions
node version: v20.18.0
npm version: 10.8.3
The text was updated successfully, but these errors were encountered: