aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2019-02-18 19:46:39 +0100
committerpacien2019-02-18 19:46:39 +0100
commitb6ded7172a93c187bbb16c7df88b385f14f5bcac (patch)
tree35181de50ccc60d5a515e11de52813f20bc46bca
parent6b6214cdf14d82e1b225a2ffe9f79517b46a7d79 (diff)
downloadtincapp-b6ded7172a93c187bbb16c7df88b385f14f5bcac.tar.gz
release 0.24v0.24
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/play/listings/en-US/full-description.txt2
-rw-r--r--app/src/main/play/listings/en-US/graphics/tincapp-featuregraphic.svg (renamed from app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.svg)0
-rw-r--r--readme.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6f5180f..864f9ad 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -36,8 +36,8 @@ android {
36 //noinspection OldTargetApi 36 //noinspection OldTargetApi
37 targetSdkVersion 27 37 targetSdkVersion 27
38 multiDexEnabled true 38 multiDexEnabled true
39 versionCode 23 39 versionCode 24
40 versionName '0.23' 40 versionName '0.24'
41 ndk { 41 ndk {
42 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 42 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
43 } 43 }
diff --git a/app/src/main/play/listings/en-US/full-description.txt b/app/src/main/play/listings/en-US/full-description.txt
index cd9b9e3..7220316 100644
--- a/app/src/main/play/listings/en-US/full-description.txt
+++ b/app/src/main/play/listings/en-US/full-description.txt
@@ -20,7 +20,7 @@ Please see the project's website for more information (setup guide, documentatio
20 20
21--- 21---
22 22
23Copyright © 2017-2018 Pacien TRAN-GIRARD and contributors. 23Copyright © 2017-2019 Pacien TRAN-GIRARD and contributors.
24This program is licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License or any later version. 24This program is licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License or any later version.
25It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 25It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
26See the GNU General Public License for more details: https://www.gnu.org/licenses/ 26See the GNU General Public License for more details: https://www.gnu.org/licenses/
diff --git a/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.svg b/app/src/main/play/listings/en-US/graphics/tincapp-featuregraphic.svg
index 9296b69..9296b69 100644
--- a/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.svg
+++ b/app/src/main/play/listings/en-US/graphics/tincapp-featuregraphic.svg
diff --git a/readme.md b/readme.md
index fe8209d..8c39874 100644
--- a/readme.md
+++ b/readme.md
@@ -40,7 +40,7 @@ Requirements:
40License 40License
41------- 41-------
42 42
43Copyright (C) 2017-2018 Pacien TRAN-GIRARD and contributors (listed in `contributors.md`). 43Copyright (C) 2017-2019 Pacien TRAN-GIRARD and contributors (listed in `contributors.md`).
44 44
45_Tinc App_ is distributed under the terms of GNU General Public License v3.0, 45_Tinc App_ is distributed under the terms of GNU General Public License v3.0,
46as detailed in the provided `license.md` file. 46as detailed in the provided `license.md` file.