Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PierfrancescoSoffritti committed Dec 14, 2023
1 parent ad3c2b4 commit 0f0835b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ object Configuration {
const val targetSdk = 34
const val minSdk = 13
const val minSdkSampleApp = 21
private const val majorVersion = 0
private const val majorVersion = 1
private const val minorVersion = 0
private const val patchVersion = 2
private const val patchVersion = 0
const val versionCode = 1
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
Expand Down

0 comments on commit 0f0835b

Please sign in to comment.