diff --git a/app/build.gradle b/app/build.gradle index 1dc15d20..99eb1397 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "${packageName}" minSdkVersion 23 targetSdkVersion 35 - versionCode 77 - versionName "3.3.4" + versionCode 78 + versionName "3.4-beta1" multiDexEnabled true buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index eb588572..67aa7aa4 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -31,6 +31,27 @@
+

Version 3.4

+

New

+ +

Fixes

+ +

Miscellaneous

+

Version 3.3.4

Fixes