Skip to content

Commit

Permalink
Change the version code and name
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiyari committed Feb 18, 2024
1 parent 06a9843 commit 598d4ab
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
Binary file added app/Production/release/app-Production-release.apk
Binary file not shown.
20 changes: 20 additions & 0 deletions app/Production/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "ir.mehdiyari.krypt",
"variantName": "ProductionRelease",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 17,
"versionName": "3.0.2-alpha",
"outputFile": "app-Production-release.apk"
}
],
"elementType": "File"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package ir.mehdiyari.krypt

object Versions {

const val VERSION_CODE = 17
const val VERSION_NAME = "3.0.2-alpha"
const val VERSION_CODE = 18
const val VERSION_NAME = "3.1.0"

const val MIN_SDK = 23
const val COMPILE_SDK = 34
Expand Down

0 comments on commit 598d4ab

Please sign in to comment.