chore: update

This commit is contained in:
2026-02-18 21:52:32 +01:00
parent aed786cf2c
commit 1f2e4e96dd
399 changed files with 4173 additions and 10273 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ buildscript {
def reactNativeVersion = project.extensions.getByType(ExpoModuleExtension).reactNativeVersion
group = 'host.exp.exponent'
version = '54.0.32'
version = '54.0.33'
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.32"
versionName "54.0.33"
consumerProguardFiles("proguard-rules.pro")
}
testOptions {