allow copying a message value into the clipboard easily

This commit is contained in:
tibbi 2020-04-05 19:46:37 +02:00
parent e1f1583b17
commit bed6ef764f
3 changed files with 34 additions and 3 deletions

View file

@ -36,7 +36,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.24.15'
implementation 'com.simplemobiletools:commons:5.24.16'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation 'org.greenrobot:eventbus:3.2.0'
}