Skip to content

Commit efc3ef8

Browse files
committed
chore: bump version to 2.2.5
1 parent ef9e0af commit efc3ef8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
// Version control
3131
// Github Actions will automatically use versionName A.B.C+1 when building preview releases
3232
// update versionCode and versionName before manually trigger a stable release
33-
versionCode = 37
34-
versionName = "2.2.4"
33+
versionCode = 38
34+
versionName = "2.2.5"
3535

3636
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3737
vectorDrawables {

0 commit comments

Comments
 (0)