aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md3
-rw-r--r--contributors.md1
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 @@
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.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