We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3879a41 commit 859c253Copy full SHA for 859c253
app/build.gradle
@@ -14,8 +14,8 @@ android {
14
applicationId "com.theapache64.topcorn2"
15
minSdkVersion 21
16
targetSdkVersion 30
17
- versionCode 10001
18
- versionName "1.0.0-alpha01"
+ versionCode 10002
+ versionName "1.0.0-alpha02"
19
20
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
21
}
app/release/output-metadata.json
@@ -10,8 +10,8 @@
10
{
11
"type": "SINGLE",
12
"filters": [],
13
- "versionCode": 10001,
- "versionName": "1.0.0-alpha01",
+ "versionCode": 10002,
+ "versionName": "1.0.0-alpha02",
"outputFile": "app-release.apk"
]
0 commit comments