We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb9af7 commit bb9219dCopy full SHA for bb9219d
1 file changed
buildSrc/src/main/java/Dependencies.kt
@@ -27,8 +27,8 @@ sealed class Packaging(
27
28
object Flipcash: Packaging(
29
majorVersion = 0,
30
- minorVersion = 2,
31
- patchVersion = 2,
+ minorVersion = 3,
+ patchVersion = 20250526,
32
)
33
34
object Flipchat: Packaging(
0 commit comments