Skip to content

Commit

Permalink
[3.0.2-rc.1] Update build.gradle and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Sep 23, 2019
1 parent 9500ba5 commit 1a2b51f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 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,13 @@
</head>
<body>

<h3>Wersja 3.0.2, 2019-09-23</h3>
<ul>
<li>Poprawki UI: kolor ikon paska statusu w jasnym motywie.</li>
<li>Poprawka braku skanera QR do przekazywania powiadomień.</li>
<li>Poprawka wyboru koloru i daty własnego wydarzenia, które crashowały aplikację.</li>
</ul>

<h3>Wersja 3.0.1, 2019-09-19</h3>
<ul>
<li>Librus: Poprawa błędu synchronizacji.</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.0.1",
versionCode: 3000199
versionName: "3.0.2-rc.1",
versionCode: 3000210
]

setup = [
Expand Down

0 comments on commit 1a2b51f

Please sign in to comment.