include':react-native-version-number'project(':react-native-version-number').projectDir=newFile(rootProject.projectDir,'../node_modules/react-native-version-number/android') In your android/app/build.gradle file, add the:react-native-version-numberproject as a compile-time dependency: ...
include':react-native-version-number'project(':react-native-version-number').projectDir=newFile(rootProject.projectDir,'../node_modules/react-native-version-number/android') In your android/app/build.gradle file, add the:react-native-version-numberproject as a compile-time dependency: ...
bsalesc commented Jun 21, 2021 • edited As per wix/Detox#2712 the 0.64.* requires minSdkVersion 21. Allow pass the minSdkVersion based from project Verified b2e2c8e Author bsalesc commented Jun 21, 2021 • edited hey @alvaromb let me know if something is missing. thanks! bsa...