Skip to content

Commit

Permalink
[3.0.2] Update build.gradle and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Sep 25, 2019
1 parent df52029 commit 349bcc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/src/main/assets/pl-changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
</head>
<body>

<h3>Wersja 3.0.2, 2019-09-23</h3>
<h3>Wersja 3.0.2, 2019-09-24</h3>
<ul>
<li>Librus: pobieranie Bieżących ocen opisowych.</li>
<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>
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.2-rc.1",
versionCode: 3000210
versionName: "3.0.2",
versionCode: 3000299
]

setup = [
Expand Down

0 comments on commit 349bcc8

Please sign in to comment.