mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-22 19:40:07 +01:00
updating commons
This commit is contained in:
parent
e3caa53bfa
commit
66010c9b5c
@ -63,7 +63,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:545b4a62f0'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:6ed2cb04b7'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||||
implementation 'androidx.documentfile:documentfile:1.0.1'
|
implementation 'androidx.documentfile:documentfile:1.0.1'
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ class MainActivity : SimpleActivity() {
|
|||||||
setupSearchButtons()
|
setupSearchButtons()
|
||||||
|
|
||||||
if (isPackageInstalled("com.simplemobiletools.notes")) {
|
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) {}
|
ConfirmationDialog(this, dialogText, 0, R.string.ok, 0, false) {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user