Skip to content

Commit

Permalink
Primal 2.0.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 26, 2024
1 parent 63d5426 commit eb9464f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 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 = 35
versionCode = 189
versionName = "2.0.21"
versionCode = 190
versionName = "2.0.22"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
7 changes: 2 additions & 5 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
## Changes
- Add AOSP message on buying premium home screen
- Add AOSP message on extend subscription screen
- Add retryNetworkCall when fetching backup stats
- Fix back handler for Extend Subscription
- Fix typo in Content Backup
- Improved onboarding flow with follows customization and zaps introductions;
- Fixed logic for Primal feed check on DVM feed preview;
6 changes: 1 addition & 5 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
Primal 2.0

- Reads
- Explore
- Advanced Search
Stability and improvements.

0 comments on commit eb9464f

Please sign in to comment.