diff --git a/app/build.gradle b/app/build.gradle index 3d91b159..291ef18e 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,13 +10,13 @@ android { keyPassword System.getenv('ANDROID_KEY_PASSWORD') } } - compileSdkVersion 33 + compileSdk 33 defaultConfig { applicationId "dnd.jon.spellbook" minSdkVersion 24 targetSdkVersion 33 - versionCode 3004000 - versionName "3.4.0" + versionCode 3005000 + versionName "3.5.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" signingConfig signingConfigs.release } diff --git a/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java b/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java index 2c12355d..97ff39f8 100644 --- a/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java +++ b/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java @@ -2,16 +2,16 @@ class GlobalInfo { - static final Version VERSION = new Version(3,4,0); + static final Version VERSION = new Version(3,5,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(3,4,0); + static final Version UPDATE_LOG_VERSION = new Version(3,5,0); static final String UPDATE_LOG_CODE = UPDATE_LOG_VERSION.string(); - static final int UPDATE_LOG_TITLE_ID = R.string.update_03_04_00_title; - static final int UPDATE_LOG_DESCRIPTION_ID = R.string.update_03_04_00_description; + static final int UPDATE_LOG_TITLE_ID = R.string.update_03_05_00_title; + static final int UPDATE_LOG_DESCRIPTION_ID = R.string.update_03_05_00_description; static final int ANDROID_VERSION = android.os.Build.VERSION.SDK_INT; diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index b3afa78f..2f008314 100755 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -409,6 +409,8 @@ Esta atualização adiciona um botão à janela de slots de feitiço para recuperar todos os slots gastos. Além disso, isso remove um bug onde a configuração para alterar o idioma ortográfico era exibida quando não era suportada. Atualização da versão 3.4.0 Esta atualização adiciona um botão à janela de feitiço que permite ao personagem lançar um feitiço. Isso usa um espaço de magia do nível apropriado, se houver algum disponível. + Atualização da versão 3.5.0 + O livro de feitiços foi atualizado para incluir feitiços de Cenário de Campanha Tal\'Dorei: Renascido e Sigil e as Terras Distantes. Além disso, esta atualização corrige alguns pequenos bugs de interface do usuário e erros de texto. Renomear diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5729457f..26783ff4 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -410,6 +410,8 @@ This update adds a button to the spell slots window to regain all spent slots. Additionally, this removes a bug where the setting to change spell language was displayed when it wasn\'t supported. Version 3.4.0 update This update adds a button to the spell window allowing a character to cast a spell. This uses a spell slot of the appropriate level, if one is available. + Version 3.5.0 + The spellbook has been updated to include spells from Tal\'Dorei Campaign Setting Reborn and Sigil and the Outlands. Additionally, this update corrects some minor UI bugs and text mistakes. Rename