Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump android-stem version #90

Merged
merged 1 commit into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
<string name="update_03_06_00_title">Atualização da versão 3.6.0</string>
<string name="update_03_06_00_description">O livro de feitiços foi atualizado com os seguintes novos recursos:\n\n\u2022A capacidade de filtrar feitiços por royalties foi adicionada.\n\n\u2022A contagem de cada lista de feitiços agora pode ser mostrada ao lado do nome da lista em ambos os lados menu e a barra de navegação inferior. Isso pode ser ativado ou desativado na tela de configurações.\n\nAlém disso, esta atualização corrige alguns erros de digitação e erros no texto de algumas ortografias.</string>
<string name="update_04_00_00_title">Atualização da versão 4.0.0</string>
<string name="update_04_00_00_description">O livro de feitiços foi atualizado com vários novos recursos: \n\n\u2022Agora é possível criar <b>feitiços caseiros</b> que podem ser organizados em <b>fontes personalizadas</b> (separados por campanha, por exemplo). exemplo). Os feitiços do Homebrew aparecem na tabela de feitiços e são compartilhados por todos os personagens.\n\n\u2022Agora é possível <b>exportar uma lista de feitiços</b> para um arquivo externo. As listas podem ser exportadas com todas as informações de cada feitiço ou em formato abreviado (como a tabela de feitiços do aplicativo). Os formatos de exportação disponíveis são <b>PDF, Markdown e HTML</b>.\n\n\u2022Os feitiços de <b>O Livro de Muitas Coisas</b> foram adicionados ao livro de feitiços.</string>
<string name="update_04_00_00_description">O livro de feitiços foi atualizado com vários novos recursos: \n\n\u2022Agora é possível criar <b>feitiços caseiros</b> que podem ser organizados em <b>fontes personalizadas</b> (separados por campanha, por exemplo). exemplo). Os feitiços do Homebrew aparecem na tabela de feitiços e são compartilhados por todos os personagens.\n\n\u2022Agora é possível <b>exportar uma lista de feitiços</b> para um arquivo externo. As listas podem ser exportadas com todas as informações de cada feitiço ou em formato abreviado (como a tabela de feitiços do aplicativo). Os formatos de exportação disponíveis são <b>PDF, Markdown e HTML</b>.\n\n\u2022Os feitiços de <b>${bmt_name}</b> foram adicionados ao livro de feitiços.</string>

<!-- Profile/source actions -->
<string name="rename">Renomear</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
<string name="update_03_06_00_title">Version 3.6.0</string>
<string name="update_03_06_00_description">The spellbook has been updated with the following new features:\n\n\u2022The ability to filter spells by royalty has been added.\n\n\u2022The count for each spell list can now be shown next to the list name in both the side menu and the bottom navigation bar. This can be enabled or disabled from the settings screen.\n\nAdditionally, this update fixes some typos and mistakes in the text for a few spells.</string>
<string name="update_04_00_00_title">Version 4.0.0</string>
<string name="update_04_00_00_description">The spellbook has been updated with several new features: \n\n\u2022It is now possible to create <b>homebrew spells</b> which can be organized into <b>custom sources</b> (separating by campaign, for example). Homebrew spells show up in the spell table and are shared across all characters.\n\n\u2022It is now possible to <b>export a spell list</b> to an external file. Lists can be exported with all of the information for each spell, or in an abbreviated format (like the app\'s spell table). Available export formats are <b>PDF, Markdown, and HTML</b>.\n\n\u2022The spells from <b>The Book of Many Things</b> have been added to the spellbook.</string>
<string name="update_04_00_00_description">The spellbook has been updated with several new features: \n\n\u2022It is now possible to create <b>homebrew spells</b> which can be organized into <b>custom sources</b> (separating by campaign, for example). Homebrew spells show up in the spell table and are shared across all characters.\n\n\u2022It is now possible to <b>export a spell list</b> to an external file. Lists can be exported with all of the information for each spell, or in an abbreviated format (like the app\'s spell table). Available export formats are <b>PDF, Markdown, and HTML</b>.\n\n\u2022The spells from <b>${bmt_name}</b> have been added to the spellbook.</string>

<!-- Profile/source actions -->
<string name="rename">Rename</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
def nav_version = "2.4.2"
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "com.likethesalad.android:stem-plugin:2.4.1"
classpath "com.likethesalad.android:stem-plugin:2.10.0"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Loading