We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9e0af commit efc3ef8Copy full SHA for efc3ef8
1 file changed
app/build.gradle.kts
@@ -30,8 +30,8 @@ android {
30
// Version control
31
// Github Actions will automatically use versionName A.B.C+1 when building preview releases
32
// update versionCode and versionName before manually trigger a stable release
33
- versionCode = 37
34
- versionName = "2.2.4"
+ versionCode = 38
+ versionName = "2.2.5"
35
36
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
37
vectorDrawables {
0 commit comments