summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b5e6cbdc6..a1b3704bc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,8 +12,8 @@ android {
// Version code schema:
// "1.2.3-beta4" -> 1020304
// "1.2.3" -> 1020395
- versionCode 3040003
- versionName "3.4.0-beta3"
+ versionCode 3040004
+ versionName "3.4.0-beta4"
javaCompileOptions {
annotationProcessorOptions {