We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f439c77 commit af6be89Copy full SHA for af6be89
2 files changed
CHANGES
@@ -1,3 +1,8 @@
1
+Version 2.17.1 (2017/09/15)
2
+ * Using correct compatibility library for notifications (by Ashutosh Gangwar)
3
+ * Spelling fixes
4
+ * Translation fixes
5
+ * Bug fixes
6
Version 2.17 (2017/08/30)
7
+ HASH and RANG extensions (by Ashutosh Gangwar)
8
+ Greek translation (by Nikoss)
app/build.gradle
@@ -12,8 +12,8 @@ android {
12
applicationId "be.ppareit.swiftp"
13
minSdkVersion 14
14
targetSdkVersion 25
15
- versionCode 21700
16
- versionName "2.17.00"
+ versionCode 21701
+ versionName "2.17.1"
17
}
18
productFlavors {
19
playstore_paid {
0 commit comments