Skip to content

Commit e6c148e

Browse files
committed
Bump version.
1 parent cd4bc79 commit e6c148e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ android {
150150
minSdkVersion rootProject.ext.minSdkVersion
151151
targetSdkVersion rootProject.ext.targetSdkVersion
152152
multiDexEnabled true
153-
versionCode 176
154-
versionName "2.5.1"
153+
versionCode 177
154+
versionName "2.5.2"
155155
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
156156
if (isNewArchitectureEnabled()) {
157157
// We configure the CMake build only if you decide to opt-in for the New Architecture.

0 commit comments

Comments
 (0)