We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137108a commit 3c14fbdCopy full SHA for 3c14fbd
app/release/app-release.apk
-328 Bytes
app/release/output-metadata.json
@@ -11,8 +11,8 @@
11
"type": "SINGLE",
12
"filters": [],
13
"attributes": [],
14
- "versionCode": 50,
15
- "versionName": "4.7.0",
+ "versionCode": 51,
+ "versionName": "4.7.1",
16
"outputFile": "app-release.apk"
17
}
18
],
build.gradle.kts
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
ext {
3
- extra["versionCode"] = 50
4
- extra["versionName"] = "4.7.0"
+ extra["versionCode"] = 51
+ extra["versionName"] = "4.7.1"
5
6
extra["sdkVersion"] = 34
7
extra["minSdkVersion"] = 24
0 commit comments