We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3e56c commit f2c0385Copy full SHA for f2c0385
2 files changed
NEWS.adoc
@@ -1,10 +1,11 @@
1
= Version descriptions
2
3
-== master
+== 4.0
4
5
- App metadata now features a screenshot
6
- Added an about dialog to credit used libraries
7
- Now never performing database operations on the main thread
8
+- Resolves: gh#1 Cannot import csv after export
9
10
== 3.0
11
app/build.gradle
@@ -10,8 +10,8 @@ android {
applicationId "hu.vmiklos.plees_tracker"
minSdkVersion 22
12
targetSdkVersion 29
13
- versionCode 3
14
- versionName "3.0"
+ versionCode 4
+ versionName "4.0"
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
javaCompileOptions {
17
annotationProcessorOptions {
0 commit comments