Skip to content

Commit

Permalink
chore: pre-release v2.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Nov 29, 2024
1 parent 2fc3626 commit f57604f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
applicationId = "com.junkfood.seal"
minSdk = 24
targetSdk = 35
versionCode = 200_000_140
versionCode = 200_000_150
check(versionCode == currentVersionCode)

versionName = baseVersionName
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ private const val BETA = VARIANT * 2
private const val RELEASE_CANDIDATE = VARIANT * 3

val currentVersion: Version =
Version.Alpha(versionMajor = 2, versionMinor = 0, versionPatch = 0, versionBuild = 4)
Version.Alpha(versionMajor = 2, versionMinor = 0, versionPatch = 0, versionBuild = 5)

0 comments on commit f57604f

Please sign in to comment.