Fix change yang tertinggal

This commit is contained in:
2026-03-30 17:39:53 +08:00
parent eeb95336f2
commit 6d545f2af9
8 changed files with 16 additions and 16 deletions

View File

@@ -101,7 +101,7 @@ packagingOptions {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0.2"
versionName "1.0.3"
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
}