the home screen will now always show the first 2 meals

* things like a "Schneller Teller" are not shown in the home screen anymore
* updated ti kotlin 1.3.10
This commit is contained in:
2018-11-16 14:19:24 +01:00
parent 8fa0d496c6
commit f6f652ffb6
3 changed files with 17 additions and 8 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.0'
ext.kotlin_version = '1.3.10'
repositories {
google()
jcenter()