Skip to content

Commit

Permalink
Preparing version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toquete committed Dec 6, 2024
1 parent 2c9422e commit 7e0d151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {

defaultConfig {
applicationId = "com.toquete.boxbox"
versionCode = 15
versionCode = 16
versionName = projectVersion

buildConfigField(
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tasks.register<Delete>("clean") {
delete(rootProject.layout.buildDirectory)
}

val projectVersion by extra("1.3.0")
val projectVersion by extra("1.3.1")

val reportMerge by tasks.registering(ReportMergeTask::class) {
output.set(rootProject.layout.buildDirectory.file("reports/detekt-results.xml"))
Expand Down

0 comments on commit 7e0d151

Please sign in to comment.