Skip to content

Commit

Permalink
🎉 release v1.0.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 14, 2021
1 parent 3879a41 commit 859c253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.theapache64.topcorn2"
minSdkVersion 21
targetSdkVersion 30
versionCode 10001
versionName "1.0.0-alpha01"
versionCode 10002
versionName "1.0.0-alpha02"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 10001,
"versionName": "1.0.0-alpha01",
"versionCode": 10002,
"versionName": "1.0.0-alpha02",
"outputFile": "app-release.apk"
}
]
Expand Down

0 comments on commit 859c253

Please sign in to comment.