Skip to content

Commit 0d2fc91

Browse files
committed
3.6.0
1 parent f4e4487 commit 0d2fc91

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 3.6.0
2+
3+
### Added
4+
5+
- Automatic dark theme
6+
- Portuguese translation (thanks @deandrematias)
7+
8+
### Changed
9+
10+
- Updated dependencies
11+
- Improved performance
12+
13+
### Fixed
14+
115
# 3.5.0
216

317
### Added
@@ -219,4 +233,4 @@
219233
- Added update checker
220234

221235
### Changed
222-
- Translation updates
236+
- Translation updates

Version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.0
1+
3.6.0

VersionCode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
87
1+
88

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId "com.systemallica.valenbisi"
2222
minSdkVersion 23
2323
targetSdkVersion 30
24-
versionCode 87
25-
versionName "3.5.0"
24+
versionCode 88
25+
versionName "3.6.0"
2626
}
2727

2828
buildTypes {

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<string name="donation_1">Apoya con 1€</string>
7878
<string name="donation_3">Apoya con 3€</string>
7979
<string name="donation_5">Apoya con 5€</string>
80-
<string name="about_developer" translatable="false"2020 Systemallica</string>
80+
<string name="about_developer" translatable="false"2021 Systemallica</string>
8181
<string name="about_version">Versión</string>
8282
<string name="about_rate">Déjanos una puntuación</string>
8383
<string name="about_support">Apoya el desarrollo</string>

0 commit comments

Comments
 (0)