From 9ac126525ceda9e3f66c555314996d7dfded1cec Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 20 Jan 2024 00:24:41 +0100 Subject: release: v0.39 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index df23010..03d5fc1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ /* * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon - * Copyright (C) 2017-2023 Pacien TRAN-GIRARD + * Copyright (C) 2017-2024 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 @@ -37,8 +37,8 @@ android { minSdkVersion 21 targetSdkVersion 33 multiDexEnabled true - versionCode 38 - versionName '0.38' + versionCode 39 + versionName '0.39' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } -- cgit v1.2.3