We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07de819 commit 3979463Copy full SHA for 3979463
android/app/build.gradle
@@ -101,8 +101,8 @@ android {
101
applicationId "app.zeusln.zeus"
102
minSdkVersion rootProject.ext.minSdkVersion
103
targetSdkVersion rootProject.ext.targetSdkVersion
104
- versionCode 117
105
- versionName "0.12.3-beta3"
+ versionCode 118
+ versionName "0.12.3"
106
multiDexEnabled true
107
}
108
signingConfigs {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zeus",
3
- "version": "0.12.3-beta3",
+ "version": "0.12.3",
4
"private": true,
5
"jest": {
6
"preset": "react-native",
0 commit comments