Skip to content

Commit 1da340f

Browse files
committed
build: version bump 9.1.0
1 parent 269df3f commit 1da340f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ android {
8787
minSdkVersion rootProject.ext.minSdkVersion
8888
minSdk rootProject.ext.minSdk
8989
targetSdkVersion rootProject.ext.targetSdkVersion
90-
versionCode 4000037
91-
versionName "9.0.0"
90+
versionCode 4000038
91+
versionName "9.1.0"
9292

9393
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
9494
// React Native New Architecture flags

0 commit comments

Comments
 (0)