Skip to content

Commit

Permalink
Primal 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jul 5, 2024
1 parent ec18910 commit 7af67e1
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -60,8 +60,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 137
versionName = "1.0.2"
versionCode = 138
versionName = "1.0.3"

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
Expand Up @@ -2,6 +2,8 @@
- Reordering feeds;
- Progress while uploading media attachments.
- Take photo on note editor and threads screens.
- Caching service override feature.
- Publishing events through caching service proxy.

## Fixes
- Stability fixes;
6 changes: 4 additions & 2 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 @@
Reordering feeds.
Stability fixes.
Caching service override feature.
Publishing events through caching service proxy.
Progress while uploading.
Take photo.
Take photo on note editor and thread screen.
Stability fixes.

0 comments on commit 7af67e1

Please sign in to comment.