rename to Red

show redirection destination
fix dialer end call
add priority Signal > Telegram
This commit is contained in:
lucky 2022-02-04 14:22:57 +03:00
parent 9b3c582337
commit 48a9998c26
29 changed files with 291 additions and 219 deletions

View file

@ -7,11 +7,11 @@ android {
compileSdk 32
defaultConfig {
applicationId "me.lucky.re"
applicationId "me.lucky.red"
minSdk 29
targetSdk 32
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}