Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
systemallica committed Oct 29, 2021
1 parent f4e4487 commit 0d2fc91
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 3.6.0

### Added

- Automatic dark theme
- Portuguese translation (thanks @deandrematias)

### Changed

- Updated dependencies
- Improved performance

### Fixed

# 3.5.0

### Added
Expand Down Expand Up @@ -219,4 +233,4 @@
- Added update checker

### Changed
- Translation updates
- Translation updates
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.0
3.6.0
2 changes: 1 addition & 1 deletion VersionCode
Original file line number Diff line number Diff line change
@@ -1 +1 @@
87
88
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "com.systemallica.valenbisi"
minSdkVersion 23
targetSdkVersion 30
versionCode 87
versionName "3.5.0"
versionCode 88
versionName "3.6.0"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<string name="donation_1">Apoya con 1€</string>
<string name="donation_3">Apoya con 3€</string>
<string name="donation_5">Apoya con 5€</string>
<string name="about_developer" translatable="false"2020 Systemallica</string>
<string name="about_developer" translatable="false"2021 Systemallica</string>
<string name="about_version">Versión</string>
<string name="about_rate">Déjanos una puntuación</string>
<string name="about_support">Apoya el desarrollo</string>
Expand Down

0 comments on commit 0d2fc91

Please sign in to comment.