Skip to content

Commit

Permalink
Bump version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Jul 24, 2022
1 parent 79c234d commit 7b11324
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Pull requests are welcome—but please check with us on IRC before starting a su

### Changelog

##### v1.8.1
* Fixed an issue with ED25519 keys during upgrade
* Update Android Gradle Plugin to fix build on F-Droid
* Rework ping logic to comply with Google Play requirements

##### v1.8
* Render the latest emoji on older systems
* Certificate dialog now shows trusted chain if available
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ android {
compileSdk = 31

defaultConfig {
versionCode = 1_08_00
versionName = "1.8"
versionCode = 1_08_01
versionName = "1.8.1"

minSdk = 21
targetSdk = 31
Expand Down Expand Up @@ -303,4 +303,4 @@ fun File.directoriesInsideRootProject() = sequence {
file = file.parentFile ?: break
if (file == rootProject.projectDir) break
}
}
}
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/10801.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixed an issue with ED25519 keys during upgrade
* Update Android Gradle Plugin to fix build on F-Droid
* Rework ping logic to comply with Google Play requirements

0 comments on commit 7b11324

Please sign in to comment.