aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-01-06 19:37:01 +0100
committerpacien2023-01-06 20:02:14 +0100
commit556841c490b087cdb652c6d9a0f47daa1bb394d1 (patch)
tree36927c27e07903cac858ea06a2aaa0dcbb96d8bd
parent0c302fa17f37d8d480957b42cea031e88c8c1a17 (diff)
downloadtincapp-556841c490b087cdb652c6d9a0f47daa1bb394d1.tar.gz
versions: update kotlin ext 1.5.21 -> 1.7.20
Because the Gradle plugin was not compatible with the former anymore.
-rw-r--r--build.gradle4
1 files 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 @@
1/* 1/*
2 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 2 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
3 * Copyright (C) 2017-2021 Pacien TRAN-GIRARD 3 * Copyright (C) 2017-2023 Pacien TRAN-GIRARD
4 * 4 *
5 * This program is free software: you can redistribute it and/or modify 5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
19// Top-level build file where you can add configuration options common to all sub-projects/modules. 19// Top-level build file where you can add configuration options common to all sub-projects/modules.
20 20
21buildscript { 21buildscript {
22 ext.kotlin_version = '1.5.21' 22 ext.kotlin_version = '1.7.20'
23 23
24 repositories { 24 repositories {
25 mavenCentral() 25 mavenCentral()