From 66010c9b5cfb7ef5b657d04e10d55a84afc3b26d Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 7 May 2023 18:34:16 +0200 Subject: [PATCH] updating commons --- app/build.gradle | 2 +- .../com/simplemobiletools/notes/pro/activities/MainActivity.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 47e79aa6..89adfa0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:545b4a62f0' + implementation 'com.github.SimpleMobileTools:Simple-Commons:6ed2cb04b7' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.documentfile:documentfile:1.0.1' diff --git a/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt index 14c0c5f0..70923b83 100644 --- a/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt @@ -119,7 +119,7 @@ class MainActivity : SimpleActivity() { setupSearchButtons() if (isPackageInstalled("com.simplemobiletools.notes")) { - val dialogText = getString(R.string.upgraded_to_pro_notes) + val dialogText = getString(R.string.upgraded_from_free_notes) ConfirmationDialog(this, dialogText, 0, R.string.ok, 0, false) {} } }