Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Change-Id: I3c7c2fb239bf08e12a7c90c23667499fa2a60056
  • Loading branch information
SpiritCroc committed Jul 17, 2024
1 parent 102ac4a commit 1612bb2
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 @@ -48,8 +48,8 @@ android {
defaultConfig {
applicationId = "chat.schildi.android"
targetSdk = Versions.targetSdk
versionCode = 810
versionName = "0.4.14.sc6"
versionCode = 820
versionName = "0.4.16.sc7"

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

// SC: downstream package name and versioning, overriding Element default config while reducing merge conflicts
val scVersion = 6
val scVersion = 7
android {
// Use a flavor for common things that the upstream config will not override by the build type
flavorDimensions += "package"
Expand All @@ -197,8 +197,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 = 810
versionName = "0.4.14.sc6"
versionCode = 820
versionName = "0.4.16.sc7"
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/8200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element X v0.4.16
- Experimental option to show jump-to-unread button
- Fix possible crash when modifying spaces externally
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/8201.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element X v0.4.16
- Experimental option to show jump-to-unread button
- Fix possible crash when modifying spaces externally
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/8202.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element X v0.4.16
- Experimental option to show jump-to-unread button
- Fix possible crash when modifying spaces externally
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/8203.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element X v0.4.16
- Experimental option to show jump-to-unread button
- Fix possible crash when modifying spaces externally
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/8204.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update codebase to Element X v0.4.16
- Experimental option to show jump-to-unread button
- Fix possible crash when modifying spaces externally

0 comments on commit 1612bb2

Please sign in to comment.