diff options
author | pacien | 2023-01-30 22:58:03 +0100 |
---|---|---|
committer | pacien | 2023-01-30 22:58:03 +0100 |
commit | da8e7b52698d3f9e86be779f44ce69b3fa65c153 (patch) | |
tree | bd6383696220932462fc26dec2ec91edd1d7fec0 | |
parent | 21339c61555420fefed6ef95529da387bf3fe46e (diff) | |
download | tincapp-da8e7b52698d3f9e86be779f44ce69b3fa65c153.tar.gz |
release: v0.37v0.37
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | changelog.md | 3 | ||||
-rw-r--r-- | contributors.md | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 11ab6d4..5a55b26 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -37,8 +37,8 @@ android { | |||
37 | minSdkVersion 21 | 37 | minSdkVersion 21 |
38 | targetSdkVersion 32 | 38 | targetSdkVersion 32 |
39 | multiDexEnabled true | 39 | multiDexEnabled true |
40 | versionCode 36 | 40 | versionCode 37 |
41 | versionName '0.36' | 41 | versionName '0.37' |
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 859602c..aa11c9c 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,6 +3,9 @@ | |||
3 | This file lists notable changes that have been made to the application on each release. | 3 | This file lists notable changes that have been made to the application on each release. |
4 | Releases are tracked and referred to using git tags. | 4 | Releases are tracked and referred to using git tags. |
5 | 5 | ||
6 | ## v0.37 -- 2023-01-30 | ||
7 | - add russian translation (contributed by exclued) | ||
8 | |||
6 | ## v0.36 -- 2023-01-09 | 9 | ## v0.36 -- 2023-01-09 |
7 | - inherit metered network restriction from underlying link (android 10+) | 10 | - inherit metered network restriction from underlying link (android 10+) |
8 | 11 | ||
diff --git a/contributors.md b/contributors.md index 2578b57..a91be06 100644 --- a/contributors.md +++ b/contributors.md | |||
@@ -17,3 +17,4 @@ Other contributors | |||
17 | * mahatma1: old Android backport | 17 | * mahatma1: old Android backport |
18 | * naofum: Japanese translation | 18 | * naofum: Japanese translation |
19 | * yangfl: Chinese translation | 19 | * yangfl: Chinese translation |
20 | * exclued: Russian translation | ||