Skip to content

Commit

Permalink
Primal 0.20.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 13, 2023
1 parent a8bedc6 commit 3748bd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Changes
- Implemented Direct Messages;
- Implemented Feed settings screen;
- Implemented Mute User feature;
- Local database encryption;
- Visual revamp;

- Theme, Font & Feed revamps
## Fixes
- Fixed errors not showing up on Edit profile screen;
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 50
versionName = "0.20.3"
versionCode = 51
versionName = "0.20.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 3748bd4

Please sign in to comment.