Add generic functions to show a message in dialog and exit app with an error message

This commit is contained in:
agnostic-apollo
2021-05-13 17:37:01 +05:00
parent 1e30022ce7
commit af115c9966
5 changed files with 91 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ android {
compileSdkVersion project.properties.compileSdkVersion.toInteger()
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation "androidx.annotation:annotation:1.2.0"
implementation "androidx.core:core:1.5.0-rc01"
implementation "com.google.guava:guava:24.1-jre"