Skip to content

Commit

Permalink
chore(android): Create release 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed May 27, 2022
1 parent fc8936d commit 863fec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ val composeVersion: String by project
val accompanistVersion: String by project
val settingsVersion: String by project
val datetimeVersion: String by project
val versionMajor = 0
val versionMinor = 3
val versionPatch = 3
val versionMajor = 1
val versionMinor = 0
val versionPatch = 0
android {
compileSdk = 31
defaultConfig {
Expand Down

0 comments on commit 863fec4

Please sign in to comment.