Skip to content

Commit e0420d5

Browse files
committed
update 74
1 parent f243cf7 commit e0420d5

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
minSdkVersion 21
1111
multiDexEnabled true
1212
targetSdkVersion 28
13-
versionCode 72
14-
versionName "8.4.5"
13+
versionCode 74
14+
versionName "8.4.7"
1515
}
1616
buildTypes {
1717
release {

app/src/main/assets/whatsnew.json

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,36 @@
11
{
22
"data": [
33
{
4-
"title": "Add watermark",
5-
"content": "Now add watermark to PDFs while creating, or on created PDFs",
6-
"icon": "ic_branding_watermark_black_24dp"
4+
"title": "Merge PDF",
5+
"content": "Easily select multiple PDF at once to merge",
6+
"icon": "ic_merge_type_black_24dp"
77
},
88
{
9-
"title": "Adding or removing password made easy",
10-
"content": "Now, easily add or remove password from the navigation drawer on left",
11-
"icon": "ic_lock_open_black_24dp"
12-
},
13-
{
14-
"title": "Set master password yourself",
15-
"content": "Go to settings -> you can change master password too :)",
16-
"icon": "ic_lock_black_24dp"
9+
"title": "Access doc & docx files",
10+
"content": "Now, you can convert doc & docx files also to PDF",
11+
"icon": "ic_text_format_black_24dp"
1712
}
1813
],
1914
"old_data": {
2015
"version_code": [
2116
//paste old data here
22-
17+
],
18+
"72": [
19+
{
20+
"title": "Add watermark",
21+
"content": "Now add watermark to PDFs while creating, or on created PDFs",
22+
"icon": "ic_branding_watermark_black_24dp"
23+
},
24+
{
25+
"title": "Adding or removing password made easy",
26+
"content": "Now, easily add or remove password from the navigation drawer on left",
27+
"icon": "ic_lock_open_black_24dp"
28+
},
29+
{
30+
"title": "Set master password yourself",
31+
"content": "Go to settings -> you can change master password too :)",
32+
"icon": "ic_lock_black_24dp"
33+
}
2334
]
2435
}
2536
}

0 commit comments

Comments
 (0)