Skip to content

Commit

Permalink
Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrob33 committed Jan 26, 2024
1 parent a58ef30 commit 7c0030d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ val localProps = Version(
* local.properties when running local builds.
*/

val appVersionCode: Int = 31
val appVersionCode: Int = 32
// cliProps.code ?:
// localProps.code ?:
// throw InvalidUserDataException("No versionCode provided. You must provide a version code via CLI properties or local.properties.")

val appVersionName: String = "8.0.0"
val appVersionName: String = "8.0.1"
// cliProps.name ?:
// localProps.name ?:
// throw InvalidUserDataException("No versionName provided. You must provide a version name via CLI properties or local.properties.")
Expand Down

0 comments on commit 7c0030d

Please sign in to comment.