Skip to content

Commit

Permalink
Primal 0.60.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jan 16, 2024
1 parent 2696972 commit 516a180
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 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 = 73
versionName = "0.53.0"
versionCode = 74
versionName = "0.60.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 1 addition & 4 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
## Features
- Implemented wallet api changes;
- Implemented scroll to top on transactions refresh if list is at top;
- Fixed transactions scrolling glitch;
- Fixed minor padding issues on wallet;
- Implemented transaction details screen;
5 changes: 1 addition & 4 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
- Implemented wallet api changes;
- Implemented scroll to top on transactions refresh if list is at top;
- Fixed transactions scrolling glitch;
- Fixed minor padding issues on wallet;
- Implemented transaction details screen;

0 comments on commit 516a180

Please sign in to comment.