We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a913b4a commit 01481faCopy full SHA for 01481fa
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 4000033
84
- versionName "8.2.1"
+ versionCode 4000034
+ versionName "8.3.0"
85
86
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
87
// React Native New Architecture flags
0 commit comments