From da8e7b52698d3f9e86be779f44ce69b3fa65c153 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 30 Jan 2023 22:58:03 +0100 Subject: release: v0.37 --- app/build.gradle | 4 ++-- changelog.md | 3 +++ 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 { minSdkVersion 21 targetSdkVersion 32 multiDexEnabled true - versionCode 36 - versionName '0.36' + versionCode 37 + versionName '0.37' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/changelog.md b/changelog.md index 859602c..aa11c9c 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ This file lists notable changes that have been made to the application on each release. Releases are tracked and referred to using git tags. +## v0.37 -- 2023-01-30 +- add russian translation (contributed by exclued) + ## v0.36 -- 2023-01-09 - inherit metered network restriction from underlying link (android 10+) diff --git a/contributors.md b/contributors.md index 2578b57..a91be06 100644 --- a/contributors.md +++ b/contributors.md @@ -17,3 +17,4 @@ Other contributors * mahatma1: old Android backport * naofum: Japanese translation * yangfl: Chinese translation +* exclued: Russian translation -- cgit v1.2.3