Skip to content

Commit 1b848dd

Browse files
committed
Update version, changelog
1 parent dfd1175 commit 1b848dd

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "se.arctosoft.vault"
1212
minSdk = 28
1313
targetSdk = 35
14-
versionCode = 32
15-
versionName = "2.0.1"
14+
versionCode = 33
15+
versionName = "2.1.0"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Added option to check "Delete after importing" by default
2+
* Fixed missing fullscreen button
3+
* Fixed text padding
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Tillagt alternativ för att markera "Delete after importing" som standard
2+
* Fixat saknad helskärmsknapp
3+
* Fixat textutfyllnad

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ espressoCore = "3.6.1"
66
appcompat = "1.7.0"
77
material = "1.12.0"
88
constraintlayout = "2.2.0"
9-
navigationFragment = "2.8.4"
10-
navigationUi = "2.8.4"
9+
navigationFragment = "2.8.5"
10+
navigationUi = "2.8.5"
1111
preferences = "1.2.1"
1212
activity = "1.9.3"
1313
crypto = "1.0.0"

0 commit comments

Comments
 (0)