Skip to content

Commit 859c253

Browse files
committed
🎉 release v1.0.0-alpha02
1 parent 3879a41 commit 859c253

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.theapache64.topcorn2"
1515
minSdkVersion 21
1616
targetSdkVersion 30
17-
versionCode 10001
18-
versionName "1.0.0-alpha01"
17+
versionCode 10002
18+
versionName "1.0.0-alpha02"
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
}

app/release/output-metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{
1111
"type": "SINGLE",
1212
"filters": [],
13-
"versionCode": 10001,
14-
"versionName": "1.0.0-alpha01",
13+
"versionCode": 10002,
14+
"versionName": "1.0.0-alpha02",
1515
"outputFile": "app-release.apk"
1616
}
1717
]

0 commit comments

Comments
 (0)