We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c8f03 commit c9f76b6Copy full SHA for c9f76b6
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "com.matanh.transfer"
14
minSdk = 29
15
targetSdk = 35
16
- versionCode = 305
17
- versionName = "0.3.5"
+ versionCode = 306
+ versionName = "0.3.6"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
fastlane/metadata/android/en-US/changelogs/306.txt
@@ -0,0 +1,6 @@
1
+New features:
2
+* web: added a clipboard paste button
3
+
4
+ Bug fixes:
5
+* web: another attempt Style fix on the website for long filenames in small screens (#19)
6
+* app: server state now correctly update after app refocus
0 commit comments