diff --git a/app/build.gradle b/app/build.gradle index f4841d15a..59c6b89a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,9 +15,8 @@ android { applicationId "com.savvasdalkitsis.uhuruphotos" minSdk 24 targetSdk 35 - versionCode 230 - versionName - "0.0.230" + versionCode 231 + versionName "0.0.231" manifestPlaceholders = [ bugSnagApiKey: System.getenv("BUGSNAG_API_KEY") ?: "DUMMY-KEY", diff --git a/fastlane/metadata/android/en-GB/changelogs/231.txt b/fastlane/metadata/android/en-GB/changelogs/231.txt new file mode 100644 index 000000000..0a5b5e272 --- /dev/null +++ b/fastlane/metadata/android/en-GB/changelogs/231.txt @@ -0,0 +1,5 @@ +* Big change on how remote feed loading/refreshing works.LibrePhotos now supports incremental changes in the api. + The old "full feed sync" process is no longer needed. Now the app should always be up to date with the server +* The media summary endpoints now also return GPS information which means that the map screen no longer + needs to fetch ALL media item details which means that all media should be available on the map by default. +* Updating dependencies \ No newline at end of file