diff options
author | Nishith Khanna <nishithkhanna@e.email> | 2022-11-09 20:01:25 +0530 |
---|---|---|
committer | Nishith Khanna <nishithkhanna@e.email> | 2022-11-09 20:01:25 +0530 |
commit | ca3b29d25395efe04e929f580f03a69b444e10c5 (patch) | |
tree | 19ff971305560829356f189c0100264e6d71d57a /build.gradle | |
parent | 99b27efb59ba642bfca0c6fbabfaa2c6631e15b9 (diff) |
Update to 1.4.0
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index c09960b..2abc73d 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { 'targetSdk' : 31, 'version' : [ 'major': 1, - 'minor': 3, + 'minor': 4, 'patch': 0, ], ] |