fix compatibility with tcor version 1.2.2 and higher
* update kotlin 1.3.61 -> 1.3.70
Esse commit está contido em:
		| @ -98,7 +98,7 @@ class MensaFragment : Fragment() { | ||||
|  | ||||
|                 helpMeal.disableDivider() | ||||
|  | ||||
|                 if(dayCardView.getLinLayoutDay().childCount > 1) | ||||
|                 if(dayCardView.getLinLayoutDay().childCount > 2) | ||||
|                     linLayout_Mensa.addView(dayCardView) | ||||
|             } | ||||
|  | ||||
|  | ||||
| @ -1,13 +1,13 @@ | ||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||
|  | ||||
| buildscript { | ||||
|     ext.kotlin_version = '1.3.61' | ||||
|     ext.kotlin_version = '1.3.70' | ||||
|     repositories { | ||||
|         google() | ||||
|         jcenter() | ||||
|     } | ||||
|     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" | ||||
|  | ||||
|         // NOTE: Do not place your application dependencies here; they belong | ||||
|  | ||||
		Referência em uma nova issue
	
	Block a user