fix compatibility with tcor version 1.2.2 and higher

* update kotlin 1.3.61 -> 1.3.70
This commit is contained in:
Jannik 2020-03-03 20:13:47 +01:00
parent e46c234b6c
commit 85dc3181fd
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ class MensaFragment : Fragment() {
helpMeal.disableDivider() helpMeal.disableDivider()
if(dayCardView.getLinLayoutDay().childCount > 1) if(dayCardView.getLinLayoutDay().childCount > 2)
linLayout_Mensa.addView(dayCardView) linLayout_Mensa.addView(dayCardView)
} }

View File

@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.3.61' ext.kotlin_version = '1.3.70'
repositories { repositories {
google() google()
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.6.0' classpath 'com.android.tools.build:gradle:3.6.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong