diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0c8f97b91..4a0ca7893 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 = 104 - versionName = "0.96.5" + versionCode = 105 + versionName = "0.96.6" 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 5b32b0443..f5769d15d 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,5 @@ ## Changes +- Randomizing bootstrap onboarding relays; - Implement report abuse feature; - Onboarding image uploading immediately; - Fixed media gallery; Improved dots visibility; 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 caf53a9f2..a1e90daf5 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 +- Randomizing bootstrap onboarding relays; - Implemented report abuse feature; - Improved onboarding experience; - App now follows dark theme system settings until user manually changes theme;