clean upü

This commit is contained in:
2020-09-21 08:55:52 +02:00
parent 92bb0dc86f
commit 16bfcd3288
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
package me.zobrist.tichucounter package me.zobrist.tichucounter
class History() { class History {
private var scores: ArrayList<Round> = ArrayList() private var scores: ArrayList<Round> = ArrayList()
fun getScoreA(): Int { fun getScoreA(): Int {

View File

@@ -1,6 +1,6 @@
// 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.4.0" ext.kotlin_version = "1.4.10"
repositories { repositories {
google() google()
jcenter() jcenter()