diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index 7038ea2839..db87853ede 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -11,11 +11,16 @@ + Open links in special window, for quicker display of cross-references and Strong\'s Switch automatically to full screen when scrolling text. Tip: you can always also switch to full screen by double tapping screen. Adjust left and right margin of the text view. You can also adjust the maximum width of the text. When switching to fullscreen mode, hide window button bar that is on the bottom of the screen automatically + Strong\'s Greek dictionary + Choose Strong\'s dictionary for Greek word definitions + Strong\'s Hebrew dictionary + Choose Strong\'s dictionary for Hebrew word definitions @@ -150,6 +155,7 @@ Workspaces allow having multiple working environments. Workspace functions can b + Choose Strong\'s mode diff --git a/build.gradle.kts b/build.gradle.kts index a4409ca8bb..3d9f4a1d63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ buildscript { val jvmToolChainVersion by extra(17) val coreKtxVersion by extra("1.12.0") val sqliteAndroidVersion by extra("3.42.0") - val jswordVersion by extra("2.4.01") + val jswordVersion by extra("2.4.02") repositories {