From 516a18024207384cfa60d93f5f0c1da8d34db5b1 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Wed, 17 Jan 2024 00:23:26 +0100 Subject: [PATCH] Primal 0.60.0 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 5 +---- app/src/main/play/release-notes/en-US/default.txt | 5 +---- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index eca4e3c4..fdb35020 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" diff --git a/app/src/main/github/release-notes/github.md b/app/src/main/github/release-notes/github.md index 85d3d5d5..ee7fb545 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -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; \ No newline at end of file +- Implemented transaction details screen; \ No newline at end of file diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index f265f4d0..1c3d04de 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -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; \ No newline at end of file +- Implemented transaction details screen; \ No newline at end of file