From 556841c490b087cdb652c6d9a0f47daa1bb394d1 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 6 Jan 2023 19:37:01 +0100 Subject: versions: update kotlin ext 1.5.21 -> 1.7.20 Because the Gradle plugin was not compatible with the former anymore. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c72c54a..8ba1687 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ /* * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon - * Copyright (C) 2017-2021 Pacien TRAN-GIRARD + * Copyright (C) 2017-2023 Pacien TRAN-GIRARD * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.5.21' + ext.kotlin_version = '1.7.20' repositories { mavenCentral() -- cgit v1.2.3