This commit is contained in:
haneulai 2025-07-09 15:12:38 +09:00
parent 30612e4a9a
commit 61a58c35c6
2 changed files with 11 additions and 10 deletions

View File

@ -31,7 +31,7 @@ android {
}
flavorDimensions "react-native-camera"
/*
productFlavors {
general {
dimension "react-native-camera"
@ -40,7 +40,7 @@ android {
dimension "react-native-camera"
}
}
*/
sourceSets {
main {
java.srcDirs = ['src/main/java']

View File

@ -356,14 +356,15 @@ apply plugin: 'com.google.gms.google-services'
flavorDimensions "react-native-camera"
productFlavors {
general {
dimension "react-native-camera"
}
mlkit {
dimension "react-native-camera"
}
}
# productFlavors {
# general {
# dimension "react-native-camera"
# }
# mlkit {
# dimension "react-native-camera"
# }
# }
sourceSets {
main {