Simplified the code for splitting up the data for the food menu

This commit is contained in:
Deniz Düzgören
2019-08-16 07:57:13 +02:00
parent e0f39c5584
commit 18285f83a6
3 changed files with 28 additions and 41 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ android {
applicationId "com.denizd.substitutionplan"
minSdkVersion 21
targetSdkVersion 28
versionCode 25
versionName "2.2.2"
versionCode 26
versionName "2.2.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {