Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Change-Id: Iee64261532f31bb3df5401202b593baa86d7fed8
  • Loading branch information
SpiritCroc committed May 15, 2024
1 parent d65e1ce commit ad54827
Show file tree
Hide file tree
Showing 6 changed files with 35 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 @@ -48,8 +48,8 @@ android {
defaultConfig {
applicationId = "chat.schildi.android"
targetSdk = Versions.targetSdk
versionCode = 780
versionName = "0.4.7.sc3"
versionCode = 790
versionName = "0.4.12.sc4"

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

// SC: downstream package name and versioning, overriding Element default config while reducing merge conflicts
val scVersion = 3
val scVersion = 4
android {
// Use a flavor for common things that the upstream config will not override by the build type
flavorDimensions += "package"
Expand All @@ -183,8 +183,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 = 780
versionName = "0.4.7.sc3"
versionCode = 790
versionName = "0.4.12.sc4"
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
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/7900.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This release contains an important security fix from the latest Element X release!
https://element.io/blog/security-release-element-x-android-0-4-12-and-ios-1-6-7/

- Update codebase to Element X v0.4.12
- Misc space improvements
- Possibility to hide empty unread pseudo space
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/7901.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This release contains an important security fix from the latest Element X release!
https://element.io/blog/security-release-element-x-android-0-4-12-and-ios-1-6-7/

- Update codebase to Element X v0.4.12
- Misc space improvements
- Possibility to hide empty unread pseudo space
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/7902.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This release contains an important security fix from the latest Element X release!
https://element.io/blog/security-release-element-x-android-0-4-12-and-ios-1-6-7/

- Update codebase to Element X v0.4.12
- Misc space improvements
- Possibility to hide empty unread pseudo space
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/7903.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This release contains an important security fix from the latest Element X release!
https://element.io/blog/security-release-element-x-android-0-4-12-and-ios-1-6-7/

- Update codebase to Element X v0.4.12
- Misc space improvements
- Possibility to hide empty unread pseudo space
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/7904.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This release contains an important security fix from the latest Element X release!
https://element.io/blog/security-release-element-x-android-0-4-12-and-ios-1-6-7/

- Update codebase to Element X v0.4.12
- Misc space improvements
- Possibility to hide empty unread pseudo space

0 comments on commit ad54827

Please sign in to comment.