We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c64c0 commit bf54c6aCopy full SHA for bf54c6a
1 file changed
android/app/build.gradle
@@ -80,8 +80,8 @@ android {
80
minSdkVersion rootProject.ext.minSdkVersion
81
minSdk rootProject.ext.minSdk
82
targetSdkVersion rootProject.ext.targetSdkVersion
83
- versionCode 4000034
84
- versionName "8.3.0"
+ versionCode 4000035
+ versionName "8.4.0"
85
86
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
87
// React Native New Architecture flags
0 commit comments