We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08ff8b commit 7316e47Copy full SHA for 7316e47
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "com.matanh.transfer"
14
minSdk = 29
15
targetSdk = 35
16
- versionCode = 307
17
- versionName = "0.3.7"
+ versionCode = 400
+ versionName = "0.4.0"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
fastlane/metadata/android/en-US/changelogs/400.txt
@@ -0,0 +1,6 @@
1
+New features:
2
+
3
+ * main: files now open when you press them (ref #28)
4
5
+ Bug fixes:
6
+* main: minor race condition on file sharing
0 commit comments