updating commons
This commit is contained in:
parent
0d36d83ed3
commit
9acf57bdaa
|
@ -63,6 +63,6 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:136962b0cd'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:dfe84c0ee2'
|
||||||
implementation "androidx.print:print:1.0.0"
|
implementation "androidx.print:print:1.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -132,7 +132,7 @@ class MainActivity : SimpleActivity(), CanvasListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isPackageInstalled("com.simplemobiletools.draw")) {
|
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) {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue