We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5968a97 commit 912b6cbCopy full SHA for 912b6cb
android/app/build.gradle
@@ -100,8 +100,8 @@ android {
100
applicationId "app.zeusln.zeus"
101
minSdkVersion rootProject.ext.minSdkVersion
102
targetSdkVersion rootProject.ext.targetSdkVersion
103
- versionCode 96
104
- versionName "0.9.4-rc1"
+ versionCode 97
+ versionName "0.9.4"
105
multiDexEnabled true
106
}
107
signingConfigs {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zeus",
3
- "version": "0.9.4-rc1",
+ "version": "0.9.4",
4
"private": true,
5
"jest": {
6
"preset": "react-native",
0 commit comments