We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1872c85 commit 76a1ec7Copy full SHA for 76a1ec7
1 file changed
android/app/build.gradle
@@ -95,8 +95,8 @@ android {
95
minSdkVersion rootProject.ext.minSdkVersion
96
minSdk rootProject.ext.minSdk
97
targetSdkVersion rootProject.ext.targetSdkVersion
98
- versionCode 4000067
99
- versionName "9.13.1"
+ versionCode 4000068
+ versionName "9.14.0"
100
101
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
102
// React Native New Architecture flags
0 commit comments