We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f444a38 commit b379ccaCopy full SHA for b379cca
buildSrc/src/main/kotlin/BuildConfig.kt
@@ -4,7 +4,7 @@ object BuildConfig {
4
const val compileSdkVersion = 34
5
const val targetSdk = 34
6
7
- val versionCode = 129 // Must be updated on every build
+ val versionCode = 130 // Must be updated on every build
8
val version = Version(
9
major = 1,
10
minor = 0,
0 commit comments