From 15fc5959674aa0ab69ffa46f891ab284d5b652d7 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Thu, 18 Apr 2024 19:34:11 +0200 Subject: [PATCH] Primal 0.98.2 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 2 ++ app/src/main/play/release-notes/en-US/default.txt | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 48f2ce4ad..db672597d 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 = 115 - versionName = "0.98.1" + versionCode = 117 + versionName = "0.98.2" 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 4ade81e7c..1d9ce4456 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,6 @@ ## Changes +- Improvements with network screen. +- Implemented Content Display settings. - New screen transitions. - Videos in the feed. - Videos in the media gallery. 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 4ade81e7c..1d9ce4456 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,6 @@ ## Changes +- Improvements with network screen. +- Implemented Content Display settings. - New screen transitions. - Videos in the feed. - Videos in the media gallery.