Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Change-Id: Iba43104829a875fc8c5fd8cecf9aec12ef0ee219
  • Loading branch information
SpiritCroc committed Apr 6, 2024
1 parent 4ca37c1 commit 8cde133
Show file tree
Hide file tree
Showing 6 changed files with 30 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 @@ -47,8 +47,8 @@ android {
defaultConfig {
applicationId = "chat.schildi.android"
targetSdk = Versions.targetSdk
versionCode = 770
versionName = "0.4.6.sc2"
versionCode = 780
versionName = "0.4.7.sc3"

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

// SC: downstream package name and versioning, overriding Element default config while reducing merge conflicts
val scVersion = 2
val scVersion = 3
android {
// Use a flavor for common things that the upstream config will not override by the build type
flavorDimensions += "package"
Expand All @@ -178,8 +178,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 = 770
versionName = "0.4.6.sc2"
versionCode = 780
versionName = "0.4.7.sc3"
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
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/7800.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Update codebase to Element X v0.4.7
- Suggest frequently used emoji reactions (synced with desktop clients)
- Add pseudo spaces for unread chats
- Fix some upstream crashes related to rendering the timeline
- Setting to open reaction picker directly to fully expanded
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/7801.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Update codebase to Element X v0.4.7
- Suggest frequently used emoji reactions (synced with desktop clients)
- Add pseudo spaces for unread chats
- Fix some upstream crashes related to rendering the timeline
- Setting to open reaction picker directly to fully expanded
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/7802.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Update codebase to Element X v0.4.7
- Suggest frequently used emoji reactions (synced with desktop clients)
- Add pseudo spaces for unread chats
- Fix some upstream crashes related to rendering the timeline
- Setting to open reaction picker directly to fully expanded
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/7803.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Update codebase to Element X v0.4.7
- Suggest frequently used emoji reactions (synced with desktop clients)
- Add pseudo spaces for unread chats
- Fix some upstream crashes related to rendering the timeline
- Setting to open reaction picker directly to fully expanded
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/7804.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Update codebase to Element X v0.4.7
- Suggest frequently used emoji reactions (synced with desktop clients)
- Add pseudo spaces for unread chats
- Fix some upstream crashes related to rendering the timeline
- Setting to open reaction picker directly to fully expanded

0 comments on commit 8cde133

Please sign in to comment.