diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 910407399..99e3ea519 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 = 157 - versionName = "1.7.2" + versionCode = 158 + versionName = "1.7.3" 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 c448448c0..290243c95 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,2 @@ ## Changes -Implemented binary compression; -Implemented saving/removing profile feeds; -Fixed crashes; \ No newline at end of file +New app shell & UX polish; \ 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 8c80b64be..e96a08ca9 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 @@ -Implemented binary compression; -Implemented saving/removing profile feeds; -Fixed crashes; \ No newline at end of file +New app shell & UX polish; \ No newline at end of file