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) {} } }