Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Change-Id: I3f04000b057c42ed1eb22b3e890132cf2419d7c7
  • Loading branch information
SpiritCroc committed Dec 23, 2024
1 parent 15ec629 commit 1cacc59
Show file tree
Hide file tree
Showing 6 changed files with 20 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 @@ -44,8 +44,8 @@ android {

defaultConfig {
applicationId = "chat.schildi.android"
versionCode = 940
versionName = "0.7.5.sc18"
versionCode = 950
versionName = "0.7.6.sc19"
targetSdk = Versions.TARGET_SDK

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

// SC: downstream package name and versioning, overriding Element default config while reducing merge conflicts
val scVersion = 18
val scVersion = 19
android {
// Use a flavor for common things that the upstream config will not override by the build type
flavorDimensions += "package"
Expand All @@ -188,8 +188,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 = 940
versionName = "0.7.5.sc18"
versionCode = 950
versionName = "0.7.6.sc19"
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
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/9500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element X v0.7.6
- Add experimental option to render inline images and custom emotes in text messages
- Show inline image fallback texts in timeline and room list rather than nothing at all
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/9501.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element X v0.7.6
- Add experimental option to render inline images and custom emotes in text messages
- Show inline image fallback texts in timeline and room list rather than nothing at all
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/9502.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element X v0.7.6
- Add experimental option to render inline images and custom emotes in text messages
- Show inline image fallback texts in timeline and room list rather than nothing at all
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/9503.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element X v0.7.6
- Add experimental option to render inline images and custom emotes in text messages
- Show inline image fallback texts in timeline and room list rather than nothing at all
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/9504.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element X v0.7.6
- Add experimental option to render inline images and custom emotes in text messages
- Show inline image fallback texts in timeline and room list rather than nothing at all

0 comments on commit 1cacc59

Please sign in to comment.