chore: build

This commit is contained in:
2026-05-01 22:28:13 +02:00
parent ece977f268
commit 99ce3e4bb3
532 changed files with 5244 additions and 13124 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ buildscript {
def reactNativeVersion = project.extensions.getByType(ExpoModuleExtension).reactNativeVersion
group = 'host.exp.exponent'
version = '54.0.33'
version = '54.0.34'
expoModule {
// We can't prebuild the module because it depends on the generated files.
@@ -43,7 +43,7 @@ android {
namespace "expo.core"
defaultConfig {
versionCode 1
versionName "54.0.33"
versionName "54.0.34"
consumerProguardFiles("proguard-rules.pro")
}
testOptions {