Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
doej1367 committed Dec 30, 2022
1 parent a196b4a commit 6cf7d93
Show file tree
Hide file tree
Showing 3 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 @@ -9,8 +9,8 @@ android {
applicationId "com.example.hyblockutils"
minSdkVersion 16
targetSdkVersion 30
versionCode 3
versionName "1.0.3"
versionCode 4
versionName "1.0.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
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": 3,
"versionName": "1.0.3",
"versionCode": 4,
"versionName": "1.0.4",
"outputFile": "app-release.apk"
}
]
Expand Down

0 comments on commit 6cf7d93

Please sign in to comment.