Skip to content

Commit 8d7ecb8

Browse files
committed
Prepare version 2026.1.0 (23260100)
1 parent 7f5342b commit 8d7ecb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Releases marked with 🧪 (or previously with the "beta" suffix) were released o
1010

1111
## Version 2026.1
1212

13-
### Next Release
13+
### 2026.1.0 - 2025-12-05 🧪
1414

1515
* 🔧 When doing network requests, send user agent that includes the app name and version.
1616
* 🔧 Update various internal components, including for UI and networking.

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ buildscript {
2424
// YYYY.<release-of-year>.<build> - like 2024.1.0
2525
// - allows to more easily judge how old a release is
2626
// - allows multiple releases per month (though currently unlikely)
27-
val sgVersionName by extra("2025.3.4")
27+
val sgVersionName by extra("2026.1.0")
2828
// version 23yyrrbb -> min SDK 23, year yy, release rr, build bb
29-
val sgVersionCode by extra(23250304)
29+
val sgVersionCode by extra(23260100)
3030

3131
val isCiBuild by extra { System.getenv("CI") == "true" }
3232

0 commit comments

Comments
 (0)