Skip to content

Commit

Permalink
Primal 0.98.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Apr 18, 2024
1 parent 961e2f4 commit 15fc595
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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 = 115
versionName = "0.98.1"
versionCode = 117
versionName = "0.98.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changes
- Improvements with network screen.
- Implemented Content Display settings.
- New screen transitions.
- Videos in the feed.
- Videos in the media gallery.
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changes
- Improvements with network screen.
- Implemented Content Display settings.
- New screen transitions.
- Videos in the feed.
- Videos in the media gallery.
Expand Down

0 comments on commit 15fc595

Please sign in to comment.