Skip to content

Commit

Permalink
Version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatta committed Jul 14, 2024
1 parent b903d1a commit 18f732a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {

defaultConfig {
applicationId = "dev.marcocattaneo.sleep"
versionCode = 12
versionName = "1.3.1"
versionCode = 13
versionName = "1.3.2"
}

buildFeatures {
Expand Down Expand Up @@ -81,4 +81,4 @@ dependencies {
androidTestImplementation libs.compose.test.uiJunit4

debugImplementation libs.bundles.compose.debug
}
}

0 comments on commit 18f732a

Please sign in to comment.