Skip to content
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
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "dnd.jon.spellbook"
minSdkVersion 24
targetSdkVersion 35
versionCode 40050001
versionName "4.5.0"
versionCode 40060000
versionName "4.6.0"
signingConfig signingConfigs.release

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/java/dnd/jon/spellbook/GlobalInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

class GlobalInfo {

static final Version VERSION = new Version(4,5,0);
static final Version VERSION = new Version(4,6,0);
static final String VERSION_CODE = VERSION.string();

// We don't always want to show an update message
// i.e. for updates that are pure bugfixes, the old message may be
// more useful to users
static final Version UPDATE_LOG_VERSION = new Version(4,5,0);
static final Version UPDATE_LOG_VERSION = new Version(4,6,0);
static final String UPDATE_LOG_CODE = UPDATE_LOG_VERSION.string();
static final int UPDATE_LOG_DESCRIPTION_ID = R.string.update_04_05_00_description;
static final int UPDATE_LOG_DESCRIPTION_ID = R.string.update_04_06_00_description;

static final int ANDROID_VERSION = android.os.Build.VERSION.SDK_INT;

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@
<string name="update_04_04_05_description">O livro de feitiços foi atualizado para adicionar a descrição da <b>versão em Português do Beast Bond</b>, que antes estava vazia.</string>
<string name="update_04_04_08_description">O livro de feitiços foi atualizado com alterações para oferecer suporte ao Android 15. Esta atualização também corrige vários bugs:\n\n\u2022O modo de tela dividida agora é compatível com tablets\n\n\u2022Corrigido um bug em que a seta de classificação de cor errada podia ser usada no modo escuro\n\n\u2022Corrigido um bug em que as opções de filtro podiam ser redefinidas ao alterar os temas</string>
<string name="update_04_05_00_description">O grimório foi atualizado para incluir feitiços de <b>Forgotten Realms: Heroes of Faerûn</b>.\n\nAlém disso, esta atualização adiciona a possibilidade de criar <b>atalhos para feitiços específicos</b> na tela inicial.</string>
<string name="update_04_06_00_description">O grimório foi atualizado para incluir a nova lista de magias e magias de Artífice de <b>Eberron: A Forja do Artífice</b>.</string>

<!-- Profile/source actions -->
<string name="rename">Renomear</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@
<string name="update_04_04_05_description">The spellbook has been updated to add the description for the <b>Portuguese version of Beast Bond</b>, which was previously empty.</string>
<string name="update_04_04_08_description">The spellbook has been updated with changes to support Android 15. This update also fixes several bugs:\n\n\u2022Splitscreen mode is now supported on tablets\n\n\u2022Fix a bug where the wrong color sort arrow could be used in dark mode\n\n\u2022Fix a bug where filter options could be reset when changing themes</string>
<string name="update_04_05_00_description">The spellbook has been updated to include spells from <b>Forgotten Realms: Heroes of Faerûn</b>.\n\nAdditionally, this update adds the ability to add <b>shortcuts to specific spells</b> on the home screen.</string>
<string name="update_04_06_00_description">The spellbook has been updated to include the new spell and Artificer spell list from <b>Eberron: Forge of the Artificer</b>.</string>

<!-- Profile/source actions -->
<string name="rename">Rename</string>
Expand Down