Skip to content

Commit

Permalink
[3.2.1] Update build.gradle and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Dec 15, 2019
1 parent cf69273 commit 6a2c863
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions app/src/main/assets/pl-changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,17 @@
</head>
<body>

<h3>Wersja 3.2.1, 2019-12-10</h3>
<ul>
<li>Poprawa synchronizacji w Mobidzienniku.</li>
</ul>

<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>
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.2",
versionCode: 3020099
versionName: "3.2.1",
versionCode: 3020199
]

setup = [
Expand Down

0 comments on commit 6a2c863

Please sign in to comment.