Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit c0f21b6

Browse files
committed
Merge branch 'hotfix/version_code_issue'
2 parents a49056e + 2054a6b commit c0f21b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919

2020
// global properties used in sub modules
2121
ext {
22-
versionCodeProp = 81100
22+
versionCodeProp = 81101
2323
versionNameProp = "0.8.11"
2424
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2525
buildNumberProp = "${versionBuild}"

0 commit comments

Comments
 (0)