Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Change-Id: Ic7a599e412c312fb5489500d2eb7ee1808a0b6bb
  • Loading branch information
SpiritCroc committed Dec 5, 2020
1 parent 852b715 commit 3defe44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40100370.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element 1.0.11
- Minor easy-mode improvements and fixes
- Increase the margin to the display edge for outgoing messages (now it's identical to incoming messages)
8 changes: 4 additions & 4 deletions vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ android {

// `develop` branch will have version code from timestamp, to ensure each build from CI has a incremented versionCode.
// Other branches (master, features, etc.) will have version code based on application version.
versionCode 40100360
versionCode 40100370

// Required for sonar analysis
versionName "1.0.10.sc.26"
versionName "1.0.11.sc.26"

buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
resValue "string", "git_revision", "\"${gitRevision()}\""
Expand Down Expand Up @@ -241,7 +241,7 @@ android {
gplay {
dimension "store"

versionName "1.0.10.sc.26"
versionName "1.0.11.sc.26"

resValue "bool", "isGplay", "true"
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
Expand All @@ -252,7 +252,7 @@ android {
fdroid {
dimension "store"

versionName "1.0.10.sc.26"
versionName "1.0.11.sc.26"

resValue "bool", "isGplay", "false"
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
Expand Down

0 comments on commit 3defe44

Please sign in to comment.