Use random IDs to match FCM notifications to accounts

This commit is contained in:
Grishka
2022-05-03 03:01:18 +03:00
parent fa75570254
commit d4e4d9fcde
4 changed files with 25 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ android {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 31
versionCode 34
versionCode 35
versionName "1.0.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}