Skip to content

Commit 32ef65a

Browse files
committed
v0.3.4
1 parent 4cdab72 commit 32ef65a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-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 = 303
17-
versionName = "0.3.3"
16+
versionCode = 304
17+
versionName = "0.3.4"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
new features:
2+
* auto update IP when WiFi changes
3+
* permission dialog now in notification when the app not in focus
4+
5+
bug fixes: the download button now visable on mobile web UI,app no longer crash without WiFi on settings (#17). this is the release version,after fixing #18

0 commit comments

Comments
 (0)