Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Change-Id: I0f1d605b7d9aee3fdb81766ed819298d1c9a167b
  • Loading branch information
SpiritCroc committed Sep 17, 2024
1 parent d42a823 commit a66e8b3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
defaultConfig {
applicationId = "chat.schildi.android"
targetSdk = Versions.targetSdk
versionCode = 840
versionName = "0.6.0.sc8"
versionCode = 850
versionName = "0.6.0.sc9"

// Keep abiFilter for the universalApk
ndk {
Expand Down Expand Up @@ -182,7 +182,7 @@ android {
}

// SC: downstream package name and versioning, overriding Element default config while reducing merge conflicts
val scVersion = 8
val scVersion = 9
android {
// Use a flavor for common things that the upstream config will not override by the build type
flavorDimensions += "package"
Expand All @@ -191,8 +191,8 @@ android {
// Common upstream overrides across all sc variants - only one flavor for this dimension to ensure it's picked up!
create("sc") {
dimension = "package"
versionCode = 840
versionName = "0.6.0.sc8"
versionCode = 850
versionName = "0.6.0.sc9"
isDefault = true
}
// SC variants for different release tracks. Cannot do actual release types for those since fdroid build tools always want `release` builds.
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/8500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: enabling the pinned message overlay should disable the action bar item
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/8501.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: enabling the pinned message overlay should disable the action bar item
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/8502.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: enabling the pinned message overlay should disable the action bar item
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/8503.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: enabling the pinned message overlay should disable the action bar item
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/8504.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: enabling the pinned message overlay should disable the action bar item

0 comments on commit a66e8b3

Please sign in to comment.