diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 63bd8c474..982c86d87 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -60,8 +60,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 139 - versionName = "1.5.0" + versionCode = 140 + versionName = "1.5.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 c77ab1292..47357fac4 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,6 @@ ## Features -- Reads App shell with empty articles feed; + +- Reads App shell; +- Default Nostr Reads feed; - Article Details screen with simple native Markdown rendering; - Feed naddr links connected to internal article 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 2c5295138..d0276fd32 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,3 +1,4 @@ -Reads App shell with empty articles feed; +Reads App shell; +Default Nostr Reads feed; Article Details screen with simple native Markdown rendering; Feed naddr links connected to internal article details screen; \ No newline at end of file