From 4bd09c83d8a673c534deeff55005c956b160f9b2 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Tue, 29 Oct 2024 12:37:12 +0100 Subject: [PATCH] Primal 2.0.2 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 3 ++- app/src/main/play/release-notes/en-US/default.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 50165ad54..58250b3ff 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -60,8 +60,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 35 - versionCode = 169 - versionName = "2.0.1" + versionCode = 170 + versionName = "2.0.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 e6b3faf50..79b3ff080 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,2 +1,3 @@ ## Changes -- Fixed api calls failing sometimes even though all events were received \ No newline at end of file +- Fixed api calls failing sometimes even though all events were received; +- Zap on article pill is now clickable; \ 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 ae97f48a4..645644bb1 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1 +1 @@ -Primal 2.0 alpha preview \ No newline at end of file +Primal 2.0 beta preview \ No newline at end of file