We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853a746 commit 8ce6a41Copy full SHA for 8ce6a41
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 4000049
99
- versionName "9.6.3"
+ versionCode 4000050
+ versionName "9.6.4"
100
101
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
102
// React Native New Architecture flags
0 commit comments