Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Change-Id: I526e3334cf3deb73114a475048ad0348d28bcd42
  • Loading branch information
SpiritCroc committed Jan 5, 2025
1 parent 3cce335 commit c7bdcda
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 = 950
versionName = "0.7.6.sc19"
versionCode = 960
versionName = "0.7.6.sc20"
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 = 19
val scVersion = 20
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 = 950
versionName = "0.7.6.sc19"
versionCode = 960
versionName = "0.7.6.sc20"
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/9600.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Support rendering inline images and custom emotes
- Add experimental option to fetch and render URL previews
- Restructure the "Turtle tweaks" settings screen
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/9601.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Support rendering inline images and custom emotes
- Add experimental option to fetch and render URL previews
- Restructure the "Turtle tweaks" settings screen
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/9602.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Support rendering inline images and custom emotes
- Add experimental option to fetch and render URL previews
- Restructure the "Turtle tweaks" settings screen
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/9603.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Support rendering inline images and custom emotes
- Add experimental option to fetch and render URL previews
- Restructure the "Turtle tweaks" settings screen
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/9604.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Support rendering inline images and custom emotes
- Add experimental option to fetch and render URL previews
- Restructure the "Turtle tweaks" settings screen

0 comments on commit c7bdcda

Please sign in to comment.