Skip to content

Commit 0b01713

Browse files
committed
Version up. Updated README.md
1 parent 37851a1 commit 0b01713

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@ To try your new server create a new pad and choose it. You can make it the defau
3333
The user can now share an URL to the app in order to open it. Keep in mind that the host server must be previously added, otherwise the URL will be considered unsafe.
3434

3535
## Current version
36-
1.7
36+
1.9
3737

3838
## Changelog
39+
### v1.9
40+
- Fixed a vulnerability.
41+
3942
### v1.7
40-
- Dropped support for PrimaryPad:
43+
- Dropped support for PrimaryPad.
4144
- Removed old workarounds and hacks to correctly display Etherpad-based documents.
4245

4346
### v1.6

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.mikifus.padland"
1111
minSdkVersion 14
1212
targetSdkVersion 29
13-
versionName '1.8'
14-
versionCode 23
13+
versionName '1.9'
14+
versionCode 24
1515
multiDexEnabled true
1616
// vectorDrawables.useSupportLibrary = true
1717
}

0 commit comments

Comments
 (0)