Add versionCode and versionName to native module build.gradle configurations to resolve Expo autolinking errors

This commit is contained in:
2026-05-25 18:11:49 +02:00
parent 5341649abe
commit f1309d3607
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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 {