Skip to content

Commit

Permalink
Primal 0.98.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Apr 24, 2024
1 parent 8d2e7a8 commit 31865c3
Show file tree
Hide file tree
Showing 3 changed files with 4 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 = 118
versionName = "0.98.3"
versionCode = 119
versionName = "0.98.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Changes
- Top zaps on threads screen.
- Implemented top zaps on threads screen and note zaps screen.
- Improvements with network screen.
- Implemented Content Display settings.
- New screen transitions.
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Changes
- Top zaps on threads screen.
- Implemented top zaps on threads screen and note zaps screen.
- Improvements with network screen.
- Implemented Content Display settings.
- New screen transitions.
Expand Down

0 comments on commit 31865c3

Please sign in to comment.