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 f6376cb commit b0f1eb3Copy full SHA for b0f1eb3
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 115
105
- versionName "0.12.2-beta2"
+ versionCode 116
+ versionName "0.12.2"
106
multiDexEnabled true
107
}
108
signingConfigs {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zeus",
3
- "version": "0.12.2-beta2",
+ "version": "0.12.2",
4
"private": true,
5
"jest": {
6
"preset": "react-native",
0 commit comments