We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329da26 commit 2fb2609Copy full SHA for 2fb2609
2 files changed
CHANGES
@@ -1,3 +1,6 @@
1
+Version 2.13 (2016/01/07)
2
+ + Enable the ftp server to be started from Tasker/Locale
3
+ * Fixed bugs
4
Version 2.12 (2016/04/25)
5
* Internal reorganization in build flavors
6
Version 2.11.3 (2016/02/5)
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId "be.ppareit.swiftp"
10
minSdkVersion 14
11
targetSdkVersion 24
12
- versionCode 21200
13
- versionName "2.12.0"
+ versionCode 21300
+ versionName "2.13.0"
14
}
15
productFlavors {
16
playstore_paid {
0 commit comments