Skip to content

Commit f7de78f

Browse files
authored
Merge pull request #32 from odaridavid/bump-version-1.4.0
bump-version-1.4.0
2 parents cc0c769 + c5dc947 commit f7de78f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313

1414
defaultConfig {
1515
val versionMajor = 1
16-
val versionMinor = 3
17-
val versionPatch = 1
16+
val versionMinor = 4
17+
val versionPatch = 0
1818

1919
applicationId = "com.github.odaridavid.designpatterns"
2020
minSdk = 21

whatsnew/whatsnew-en-GB

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
- Fix Lollipop and Marshmallow Crashing
1+
- Support Android 14
2+
- Add in app reviews
3+
- Bug fixes and improvements

0 commit comments

Comments
 (0)