Notifications now show up to four items and are then abbreviated to "and x more messages", removed redundant priority variables in DataFetcher.kt

This commit is contained in:
Deniz Düzgören
2019-09-15 14:59:04 +02:00
parent 8f4c604eed
commit b891a48b30
6 changed files with 28 additions and 11 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ android {
applicationId "com.denizd.substitutionplan"
minSdkVersion 21
targetSdkVersion 28
versionCode 35
versionName "2.2.12"
versionCode 36
versionName "2.2.13"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {