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 b664868 commit 1c392cdCopy full SHA for 1c392cd
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId = "net.kollnig.missioncontrol"
8
minSdkVersion 22
9
targetSdkVersion 30
10
- versionCode 2020080901
11
- versionName "2020.08.09"
+ versionCode 2020081701
+ versionName "2020.08.17"
12
archivesBaseName = "TrackerControl-$versionName" // name of apk
13
14
externalNativeBuild {
fastlane/metadata/android/en-US/changelogs/2020081701.txt
@@ -0,0 +1,3 @@
1
+- updated translations
2
+- fixed crash in countries display
3
+- faster tracker details opening by delaying layout initialisation
0 commit comments