We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5452124 commit d69e9baCopy full SHA for d69e9ba
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "com.matanh.transfer"
14
minSdk = 29
15
targetSdk = 35
16
- versionCode = 304
17
- versionName = "0.3.4"
+ versionCode = 305
+ versionName = "0.3.5"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
fastlane/metadata/android/en-US/changelogs/305.txt
@@ -0,0 +1,6 @@
1
+New features:
2
+* added a download all buton (#21)
3
+
4
+ Bug fixes:
5
+* Style fix on the website for long filenames in small screens (#19)
6
+* Reverse the screenshots symlink direction to make it work better on izzydroid (PR #22 by @mkalmousli)
0 commit comments