Skip to content

Commit

Permalink
[3.2] Update build.gradle and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Oct 31, 2019
1 parent 9c5653b commit fa99b7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions app/src/main/assets/pl-changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
</head>
<body>

<h3>Wersja 3.2, 2019-10-31</h3>
<ul>
<li>Możliwość zmiany języka aplikacji.</li>
<li>Vulcan: obsługa dziennika edu.lublin.eu.</li>
<li>Opcja oznaczenia wszystkich powiadomień jako nieprzeczytane (na stronie głównej).</li>
<li>Librus: pokazywanie sali podczas zastępstwa.</li>

<li><i>Możliwość wysyłania wiadomości jest przewidywana na połowę listopada.</i></li>
</ul>

<h3>Wersja 3.1.1, 2019-10-09</h3>
<ul>
<li>Librus: poprawiona synchronizacja kategorii i kolorów ocen.</li>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
kotlin_version = '1.3.50'

release = [
versionName: "3.1.1",
versionCode: 3010199
versionName: "3.2",
versionCode: 3020099
]

setup = [
Expand Down

0 comments on commit fa99b7f

Please sign in to comment.