diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e09762e97..910407399 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 = 156 - versionName = "1.7.1" + versionCode = 157 + versionName = "1.7.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 2b204040c..c448448c0 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,6 +1,4 @@ ## Changes -Implement bookmarks screen (notes and articles); -Add Explore icon to Notifications and DMs; -Fix media asearch commands; -Fix explore zaps crash; -Fix deleting outdated feeds when we know we are going to replace it; \ No newline at end of file +Implemented binary compression; +Implemented saving/removing profile feeds; +Fixed crashes; \ 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 a36da607b..8c80b64be 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,5 +1,3 @@ -Implement bookmarks screen (notes and articles); -Add Explore icon to Notifications and DMs; -Fix media asearch commands; -Fix explore zaps crash; -Fix deleting outdated feeds when we know we are going to replace it; \ No newline at end of file +Implemented binary compression; +Implemented saving/removing profile feeds; +Fixed crashes; \ No newline at end of file