Skip to content

Commit

Permalink
Primal 0.99.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed May 13, 2024
1 parent 13d04e7 commit f838c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 124
versionName = "0.99.3"
versionCode = 125
versionName = "0.99.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
3 changes: 1 addition & 2 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Fixes
- Fixed sporadic crash when opening search screen.
- Fixed crash when zapping more than once in a second.
- Fixed sporadic crash when opening search screen.
- Fixed paddings and margins on feed notes.

0 comments on commit f838c77

Please sign in to comment.