Skip to content

Commit

Permalink
Update version number and what's new.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeetay committed Oct 13, 2020
1 parent 64ec67a commit c5dbc65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 1516
versionName "1.9.5 - RC2"
versionName "1.9.6 - RC1"
buildConfigField 'String', 'GOOGLE_ANALYTICS_CODE', '""'
}

Expand Down
9 changes: 1 addition & 8 deletions app/src/main/res/values/whatsnew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@
<string name="whats_new_text" translation_description="Description of new features in this version in html">
<![CDATA[
<h1>New in version %s</h1>
\t • Welsh language support (many thanks Cymrodor)<br/>
\t • Some Norwegian translation fixes (credit: FTNo)<br/>
\t • Restored Firebase Analytics<br/>
\t • Made the Calibration dialog less aggressive and self-closing<br/>
\t • Shortened the End User License Agreement<br/>
\t • Retired the temporary data hack for Neowise<br/>
\t • Changed the declination lines to be 10 degrees apart instead of 9 and added labels<br/>
\t • Moved the time travel dialog controls to the bottom so they do not clash with the Android UI<br/>
\t • Internal update to the data generation code<br/>
]]>
</string>
</resources>

0 comments on commit c5dbc65

Please sign in to comment.