Skip to content

Commit 6127abb

Browse files
committed
v0.3.3
1 parent 90c0880 commit 6127abb

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 = 302
17-
versionName = "0.3.2"
16+
versionCode = 303
17+
versionName = "0.3.3"
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)

0 commit comments

Comments
 (0)