Skip to content

Commit

Permalink
Primal 2.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 5, 2025
1 parent a8ff430 commit e2ee786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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 = 212
versionName = "2.1.3"
versionCode = 213
versionName = "2.1.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
6 changes: 2 additions & 4 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Changes
- Implement premium leaderboard (#304)
- Hide Become a Legend button in Legend cards if current user is a legend (#303)
- Implement Primal Premium cards (#302)
- Implement clickable PremiumBadge on PremiumHomeScreen (#301)
- Implemented pagination on premium leaderboard (#306)
- Fix edited shoutout not visible (#307)

0 comments on commit e2ee786

Please sign in to comment.