We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7fc71 commit e4561b6Copy full SHA for e4561b6
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 4000069
99
- versionName "9.15.0"
+ versionCode 4000070
+ versionName "9.15.1"
100
101
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
102
// React Native New Architecture flags
0 commit comments