Add versionCode and versionName to native module build.gradle configurations to resolve Expo autolinking errors
This commit is contained in:
@@ -9,6 +9,8 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion findProperty("expo.minSdkVersion") ?: 23
|
||||
targetSdkVersion findProperty("expo.targetSdkVersion") ?: 34
|
||||
versionCode 1
|
||||
versionName "1.0.0"
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
|
||||
@@ -9,6 +9,8 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 23 // libausbc requires min SDK 23
|
||||
targetSdkVersion findProperty("expo.targetSdkVersion") ?: 34
|
||||
versionCode 1
|
||||
versionName "1.0.0"
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
|
||||
Reference in New Issue
Block a user