Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
released 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosh committed Apr 10, 2017
1 parent 482d433 commit cfaa358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "com.fastaccess.github"
minSdkVersion 21
targetSdkVersion 25
versionCode 180
versionName "1.8.0"
versionCode 181
versionName "1.8.1"
signingConfig signingConfigs.signing
buildConfigString "GITHUB_CLIENT_ID", (buildProperties.secrets['github_client_id'] | buildProperties.notThere['github_client_id']).string
buildConfigString "GITHUB_SECRET", (buildProperties.secrets['github_secret'] | buildProperties.notThere['github_secret']).string
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<body id="preview">
<h2><a id="FastHub_changelog_0"></a>FastHub changelog</h2>
<h3><a id="Version__180__IssuesPRs_Search__Filter_Statuses__Reviews__2"></a>Version 1.8.0 (<em>Issues/PRs Search &amp; Filter, Statuses &amp;
<h3><a id="Version__180__IssuesPRs_Search__Filter_Statuses__Reviews__2"></a>Version 1.8.0 - 1.8.1 (<em>Issues/PRs Search &amp; Filter, Statuses &amp;
Reviews</em>)</h3>
<blockquote>
<p>
Expand All @@ -13,6 +13,7 @@ <h3><a id="Version__180__IssuesPRs_Search__Filter_Statuses__Reviews__2"></a>Vers
</blockquote>
<h4><a id="New_Features_6"></a>New Features</h4>
<ul>
<li>(Fix 1.8.1) Fixed a crashes that happen in Android Lollipop & when opening app from links outside of <b>FastHub</b>.</li>
<li>(New) Filter/Search Repo Issues &amp; PRs.</li>
<li>(New) PullRequest reviews.</li>
<li>(New) PullRequest build statuses.</li>
Expand Down

0 comments on commit cfaa358

Please sign in to comment.