Skip to content

Commit

Permalink
Upping versionCode to 107 to trigger rebuild to start using new pspdf…
Browse files Browse the repository at this point in the history
…kit's key.
  • Loading branch information
Dima-Android committed Oct 14, 2024
1 parent bb8bce8 commit 885e9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object BuildConfig {
const val compileSdkVersion = 34
const val targetSdk = 34

val versionCode = 106 // Must be updated on every build
val versionCode = 107 // Must be updated on every build
val version = Version(
major = 1,
minor = 0,
Expand Down

0 comments on commit 885e9b7

Please sign in to comment.