Skip to content

Commit 0063488

Browse files
committed
release: 3.16
1 parent 007c675 commit 0063488

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ android {
1212
if (System.properties.containsKey('versionCodeOverride')) {
1313
versionCode System.getProperty('versionCodeOverride') as Integer
1414
} else {
15-
versionCode 315
15+
versionCode 316
1616
}
17-
versionName "3.15"
17+
versionName "3.16"
1818
if (System.properties.containsKey('versionNameSuffix')) {
1919
versionNameSuffix System.getProperty('versionNameSuffix')
2020
}
21-
resConfigs 'en', 'ar', 'bg', 'cs', 'de', 'es', 'et', 'fi', 'fr', 'gl', 'hr', 'in', 'it', 'ja', 'pt', 'pt-rBR', 'ro', 'ru', 'sk', 'ta', 'tr', 'uk', 'zh-rCN', 'zh-rTW'
21+
resConfigs 'en', 'ar', 'bg', 'cs', 'de', 'es', 'et', 'fi', 'fr', 'gl', 'he', 'hr', 'in', 'it', 'ja', 'pt', 'pt-rBR', 'ro', 'ru', 'sk', 'ta', 'tr', 'uk', 'zh-rCN', 'zh-rTW'
2222
// currently disabled locales due to insufficient translation: af, pl, el
2323
}
2424
buildTypes {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fix: get permission and make notifications visible for Android 13+
2+
doc: explain permissions thanks to @Inhishonor
3+
translation: added Hebrew translation thanks to @elid34
4+
translation: other translation updates

0 commit comments

Comments
 (0)