We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a34608a + 6aba339 commit 425de2eCopy full SHA for 425de2e
android/app/build.gradle
@@ -101,7 +101,7 @@ android {
101
minSdkVersion rootProject.ext.minSdkVersion
102
targetSdkVersion rootProject.ext.targetSdkVersion
103
versionCode 96
104
- versionName "0.9.4-beta1"
+ versionName "0.9.4-beta2"
105
multiDexEnabled true
106
}
107
signingConfigs {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zeus",
3
- "version": "0.9.4-beta1",
+ "version": "0.9.4-beta2",
4
"private": true,
5
"jest": {
6
"preset": "react-native",
0 commit comments