Skip to content

Commit

Permalink
Version 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Jan 19, 2020
1 parent f9225f6 commit 52860d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "fr.corenting.edcompanion"
minSdkVersion 19
targetSdkVersion 29
versionCode 45
versionName "2.8"
versionCode 46
versionName "2.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public FrontierRetrofit getFrontierRetrofit(Context ctx) {
// Retry request
OAuthUtils.storeUpdatedTokens(ctx, responseBody.AccessToken,
responseBody.RefreshToken);
response.close();
request = OAuthUtils.getRequestWithFrontierAuthorization(ctx, chain);
response = chain.proceed(request);
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@
<string name="changelog_title">Changelog</string>
<string name="changelog_message">
<![CDATA[
<b>Version 2.8</b><br />
<b>Version 2.8.1</b><br />
<ul>
<li>Add "News" tab for non-Galnet news</li><br />
<li>Fix crash when using Frontier account</li><br />
</ul>
]]>
</string>
Expand Down

0 comments on commit 52860d1

Please sign in to comment.