aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2021-07-12 00:24:25 +0200
committerpacien2021-07-12 00:24:25 +0200
commita472dc3240c339a6c6e82757e0edd368ba69022e (patch)
tree10fa6e67a36e1993aea0f991f85de501b046a7ef
parenta03671a24cc3abd28861f253ffa9b82b84e5d775 (diff)
downloadtincapp-0.33.tar.gz
release: release v0.33v0.33
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d38b0ac..dc8a503 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,8 +37,8 @@ android {
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 30 38 targetSdkVersion 30
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 32 40 versionCode 33
41 versionName '0.32' 41 versionName '0.33'
42 ndk { 42 ndk {
43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
44 } 44 }
diff --git a/changelog.md b/changelog.md
index 7feeb86..c2c97a4 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,7 +3,7 @@
3This file lists notable changes that have been made to the application on each release. 3This file lists notable changes that have been made to the application on each release.
4Releases are tracked and referred to using git tags. 4Releases are tracked and referred to using git tags.
5 5
6## v0.33 - NEXT RELEASE 6## v0.33 - 2021-07-12
7- update tinc to 1.1-pre18 7- update tinc to 1.1-pre18
8- update LibreSSL to 3.3.3 8- update LibreSSL to 3.3.3
9 9