We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8114827 commit 45f5ccfCopy full SHA for 45f5ccf
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "com.matanh.transfer"
14
minSdk = 29
15
targetSdk = 35
16
- versionCode = 103
17
- versionName = "0.1.3"
+ versionCode = 200
+ versionName = "0.2.0"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
fastlane/metadata/android/en-US/changelogs/200.txt
@@ -0,0 +1 @@
1
+New feature: Share files and text to the app, Fix: Refresh file list on upload/delete
0 commit comments