We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f9597 commit d9f3c63Copy full SHA for d9f3c63
CHANGELOG.md
@@ -1,5 +1,2 @@
1
### FEATURE UPDATES & BUG FIXES
2
-- Improve documentation
3
-- Migrate to Material 3 Expressive
4
-- Update dependencies
5
- Fix minor bugs and improve performance
app/build.gradle.kts
@@ -35,7 +35,7 @@ android {
35
// ... Application Version ...
36
val majorUpdateVersion = 1
37
val minorUpdateVersion = 2
38
- val patchVersion = 5
+ val patchVersion = 7
39
40
val mVersionCode = majorUpdateVersion.times(10_000)
41
.plus(minorUpdateVersion.times(100))
0 commit comments