Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
Excludes the `deploymentTargetSelector.xml` file from being tracked by Git.
  • Loading branch information
static-var committed Jan 25, 2025
1 parent c1c6e8b commit 6f0ad8f
Show file tree
Hide file tree
Showing 4 changed files with 1,037 additions and 645 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId = "dev.staticvar.vlr"
minSdk = 23
targetSdk = 35
versionCode = 67
versionName = "v0.6.1"
versionCode = 68
versionName = "v0.6.2"

setProperty("archivesBaseName", "${applicationId}-${versionCode}(${versionName})")

Expand Down
Loading

0 comments on commit 6f0ad8f

Please sign in to comment.