Skip to content

Commit 66010c9

Browse files
committed
updating commons
1 parent e3caa53 commit 66010c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ android {
6363
}
6464

6565
dependencies {
66-
implementation 'com.github.SimpleMobileTools:Simple-Commons:545b4a62f0'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:6ed2cb04b7'
6767
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6868
implementation 'androidx.documentfile:documentfile:1.0.1'
6969

app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class MainActivity : SimpleActivity() {
119119
setupSearchButtons()
120120

121121
if (isPackageInstalled("com.simplemobiletools.notes")) {
122-
val dialogText = getString(R.string.upgraded_to_pro_notes)
122+
val dialogText = getString(R.string.upgraded_from_free_notes)
123123
ConfirmationDialog(this, dialogText, 0, R.string.ok, 0, false) {}
124124
}
125125
}

0 commit comments

Comments
 (0)