Skip to content

Commit f2c0385

Browse files
vmiklosTravis CI
authored andcommitted
plees-tracker 4.0
Tested-by: Travis
1 parent 4e3e56c commit f2c0385

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

NEWS.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
= Version descriptions
22

3-
== master
3+
== 4.0
44

55
- App metadata now features a screenshot
66
- Added an about dialog to credit used libraries
77
- Now never performing database operations on the main thread
8+
- Resolves: gh#1 Cannot import csv after export
89

910
== 3.0
1011

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "hu.vmiklos.plees_tracker"
1111
minSdkVersion 22
1212
targetSdkVersion 29
13-
versionCode 3
14-
versionName "3.0"
13+
versionCode 4
14+
versionName "4.0"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
javaCompileOptions {
1717
annotationProcessorOptions {

0 commit comments

Comments
 (0)