We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25be2cb commit a7c42c1Copy full SHA for a7c42c1
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 4000072
99
- versionName "9.15.2"
+ versionCode 4000073
+ versionName "9.16.0"
100
101
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
102
// React Native New Architecture flags
0 commit comments