We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c0880 commit 6127abbCopy full SHA for 6127abb
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "com.matanh.transfer"
14
minSdk = 29
15
targetSdk = 35
16
- versionCode = 302
17
- versionName = "0.3.2"
+ versionCode = 303
+ versionName = "0.3.3"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
fastlane/metadata/android/en-US/changelogs/303.txt
@@ -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