Skip to content

Commit

Permalink
Merge pull request #1291 from prathameshmm02/dev
Browse files Browse the repository at this point in the history
Bump versionCode, versionName & Updated change-log
  • Loading branch information
Daksh777 committed Mar 11, 2022
2 parents c14a585 + c4e141d commit 2471a14
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
vectorDrawables.useSupportLibrary = true

applicationId "code.name.monkey.retromusic"
versionCode 10567
versionName '5.7.2'
versionCode 10568
versionName '5.7.3'

buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
}
Expand Down
14 changes: 14 additions & 0 deletions app/src/main/assets/retro-changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,20 @@
</head>

<body>
<div>
<h5>March 13, 2022</h5>
<h2>v5.7.3</h2>
<h3>What's New</h3>
<ul>
<li>Added an option to share crash report</li>
<li>Added options to clear, pause history</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Optimized search</li>
<li>Made sleep timer precise</li>
</ul>
</div>
<div>
<h5>February 13, 2022</h5>
<h2>v5.7.2<span class="tag"><i>Beta</i></span></h2>
Expand Down

0 comments on commit 2471a14

Please sign in to comment.