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.
1 parent e2b6282 commit 37256a5Copy full SHA for 37256a5
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
minSdkVersion 22
9
targetSdkVersion 29
10
//noinspection HighAppVersionCode
11
- versionCode 2021020601
12
- versionName "2021.02.06"
+ versionCode 2021032201
+ versionName "2021.03.22"
13
14
externalNativeBuild {
15
cmake {
fastlane/metadata/android/en-US/changelogs/2021032201.txt
@@ -0,0 +1,5 @@
1
+- FEATURE: A non-strict blocking mode that leads to less app breakage.
2
+- Fix bug: install notifications are now only shown for apps with Internet
3
+- Fix bug: App crash when refreshing
4
+- Add Vietnamese (7% translated yet)
5
+- Update of other translations and dependencies
0 commit comments