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.
2 parents cc0c769 + c5dc947 commit f7de78fCopy full SHA for f7de78f
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
14
defaultConfig {
15
val versionMajor = 1
16
- val versionMinor = 3
17
- val versionPatch = 1
+ val versionMinor = 4
+ val versionPatch = 0
18
19
applicationId = "com.github.odaridavid.designpatterns"
20
minSdk = 21
whatsnew/whatsnew-en-GB
@@ -1 +1,3 @@
1
-- Fix Lollipop and Marshmallow Crashing
+- Support Android 14
2
+- Add in app reviews
3
+- Bug fixes and improvements
0 commit comments