diff --git a/fastlane/metadata/android/en-US/changelogs/26.txt b/fastlane/metadata/android/en-US/changelogs/26.txt new file mode 100644 index 000000000..50ca3021d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/26.txt @@ -0,0 +1,10 @@ +- Added Scene Metadata: + + Outlines, write a sentence or two about what happens in the scene + + Notes, notes to your self about the scene + + Word count +- Added Story Outline overview: View your story in outline mode +- Added Font size control in Scene editor +- Encyclopedia Search UI updates +- Android folding device support +- UI polish and tweaks +- Loads of bug and crash fixes \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3b83d5a5f..7a7c45aa5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,8 +2,8 @@ [versions] # App Versions -app = "1.5.4" -android_version_code = "26" +app = "1.6.0" +android_version_code = "27" data_version = "1.0" # Kotlin