Skip to content

Commit 7316e47

Browse files
committed
v0.4.0
1 parent b08ff8b commit 7316e47

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.matanh.transfer"
1414
minSdk = 29
1515
targetSdk = 35
16-
versionCode = 307
17-
versionName = "0.3.7"
16+
versionCode = 400
17+
versionName = "0.4.0"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
New features:
2+
3+
* main: files now open when you press them (ref #28)
4+
5+
Bug fixes:
6+
* main: minor race condition on file sharing

0 commit comments

Comments
 (0)