Skip to content

Commit 5cec32e

Browse files
committed
Prepare version 2025.2.10 (21250213)
1 parent 516fdcb commit 5cec32e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Releases marked with 🧪 (or previously with the "beta" suffix) were released o
2222

2323
### 2025.2.10 - 2025-09-04
2424

25-
* 🔨 Scrolling upcoming and recent tabs should no longer result in a crash in rare circumstances.
25+
* 🔨 Scrolling upcoming and recent tabs should now actually no longer result in a crash in rare
26+
circumstances.
2627

2728
### 2025.2.9 - 2025-08-28
2829

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.2.9")
27+
val sgVersionName by extra("2025.2.10")
2828
// version 21yyrrbb -> min SDK 21, year yy, release rr, build bb
29-
val sgVersionCode by extra(21250212)
29+
val sgVersionCode by extra(21250213)
3030

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

0 commit comments

Comments
 (0)