Skip to content

Commit af78bf8

Browse files
Merge pull request #1273 from session-foundation/fixes/fixing-1.25.0
Fixes/fixing 1.25.0
2 parents 8b7feb1 + bd44745 commit af78bf8

File tree

5 files changed

+233
-219
lines changed

5 files changed

+233
-219
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ configurations.configureEach {
2424
exclude(module = "commons-logging")
2525
}
2626

27-
val canonicalVersionCode = 412
28-
val canonicalVersionName = "1.25.0"
27+
val canonicalVersionCode = 413
28+
val canonicalVersionName = "1.25.1"
2929

3030
val postFixSize = 10
3131
val abiPostFix = mapOf(

0 commit comments

Comments
 (0)