feat: basic replying

This commit is contained in:
rebelonion 2024-02-19 01:28:11 -06:00
parent 98b227876b
commit 0c2e2db1dc
6 changed files with 245 additions and 115 deletions

View file

@ -25,8 +25,6 @@ android {
versionName "2.2.0"
versionCode 220000000
signingConfig signingConfigs.debug
buildConfigField("String", "APP_SECRET", apikeyProperties['APP_SECRET'])
buildConfigField("String", "USER_ID_ENCRYPT_KEY", apikeyProperties['USER_ID_ENCRYPT_KEY'])
}
flavorDimensions "store"