We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4bc79 commit e6c148eCopy full SHA for e6c148e
android/app/build.gradle
@@ -150,8 +150,8 @@ android {
150
minSdkVersion rootProject.ext.minSdkVersion
151
targetSdkVersion rootProject.ext.targetSdkVersion
152
multiDexEnabled true
153
- versionCode 176
154
- versionName "2.5.1"
+ versionCode 177
+ versionName "2.5.2"
155
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
156
if (isNewArchitectureEnabled()) {
157
// We configure the CMake build only if you decide to opt-in for the New Architecture.
0 commit comments