From 16bfcd328890df3b8f6456df4282070c131d6028 Mon Sep 17 00:00:00 2001 From: Fabian Zobrist Date: Mon, 21 Sep 2020 08:55:52 +0200 Subject: [PATCH] =?UTF-8?q?clean=20up=C3=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/me/zobrist/tichucounter/History.kt | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/me/zobrist/tichucounter/History.kt b/app/src/main/java/me/zobrist/tichucounter/History.kt index 8a77698..15da7af 100644 --- a/app/src/main/java/me/zobrist/tichucounter/History.kt +++ b/app/src/main/java/me/zobrist/tichucounter/History.kt @@ -3,7 +3,7 @@ package me.zobrist.tichucounter -class History() { +class History { private var scores: ArrayList = ArrayList() fun getScoreA(): Int { diff --git a/build.gradle b/build.gradle index 0cbe343..33d6ece 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.4.0" + ext.kotlin_version = "1.4.10" repositories { google() jcenter()