Skip to content

Commit 96cb97d

Browse files
committed
fixed: android build setting
1 parent 6c31e17 commit 96cb97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ android {
138138
minSdkVersion rootProject.ext.minSdkVersion
139139
targetSdkVersion rootProject.ext.targetSdkVersion
140140
versionCode 31
141-
versionName "0.6.6",
141+
versionName "0.6.6"
142142
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
143143

144144
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)