We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c31e17 commit 96cb97dCopy full SHA for 96cb97d
android/app/build.gradle
@@ -138,7 +138,7 @@ android {
138
minSdkVersion rootProject.ext.minSdkVersion
139
targetSdkVersion rootProject.ext.targetSdkVersion
140
versionCode 31
141
- versionName "0.6.6",
+ versionName "0.6.6"
142
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
143
144
if (isNewArchitectureEnabled()) {
0 commit comments