Skip to content

Commit

Permalink
- CHG: Updated changelog information and gradle release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Feb 5, 2019
1 parent 1ff16dc commit cc2d56f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "uk.ac.hutton.android.germinatescan"
minSdkVersion 16
targetSdkVersion 28
versionCode 34
versionName "1.18.12.07"
versionCode 35
versionName "1.19.02.05"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
}
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/raw-de/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
-->

<changelog bulletedList="true">
<changelogversion versionName="1.19.02.05" changeDate="05/02/2019">
<changelogbug>Fehler beim Teilen von exportierten Daten via Android's internem System.</changelogbug>
</changelogversion>

<changelogversion versionName="1.18.12.07" changeDate="07/12/2018">
<changelogbug>Fehler beim Teilen von exportierten Daten via Android's internem System auf neueren Versionen behoben.</changelogbug>
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
-->

<changelog bulletedList="true">
<changelogversion versionName="1.19.02.05" changeDate="05/02/2019">
<changelogbug>Fixed an issue with the export and sharing of datasets via Android intents.</changelogbug>
</changelogversion>

<changelogversion versionName="1.18.12.07" changeDate="07/12/2018">
<changelogbug>Fixed a bug where sharing a file via Android intents wasn't working on newer Android versions.</changelogbug>
Expand Down

0 comments on commit cc2d56f

Please sign in to comment.