From 154f65105b5ec475bdbe1f16f735002b4d6a838a Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Tue, 16 Apr 2024 17:04:31 +0200 Subject: [PATCH] Primal 0.98.1 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 1 + app/src/main/play/release-notes/en-US/default.txt | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 014ebc114..acd6f85b5 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 = 114 - versionName = "0.98.0" + versionCode = 115 + versionName = "0.98.1" 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 a73ed4f98..4ade81e7c 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,5 @@ ## Changes +- New screen transitions. - Videos in the feed. - Videos in the media gallery. - Support for GIF images. 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 a73ed4f98..4ade81e7c 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,5 @@ ## Changes +- New screen transitions. - Videos in the feed. - Videos in the media gallery. - Support for GIF images.