updating commons

This commit is contained in:
tibbi 2023-05-07 18:46:39 +02:00
parent 0d36d83ed3
commit 9acf57bdaa
2 changed files with 2 additions and 2 deletions

View File

@ -63,6 +63,6 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:136962b0cd'
implementation 'com.github.SimpleMobileTools:Simple-Commons:dfe84c0ee2'
implementation "androidx.print:print:1.0.0"
}

View File

@ -132,7 +132,7 @@ class MainActivity : SimpleActivity(), CanvasListener {
}
if (isPackageInstalled("com.simplemobiletools.draw")) {
ConfirmationDialog(this, "", R.string.upgraded_to_pro, R.string.ok, 0, false) {}
ConfirmationDialog(this, "", R.string.upgraded_from_free, R.string.ok, 0, false) {}
}
}