Bump versionCode

This commit is contained in:
Prathamesh More 2022-03-25 14:39:54 +05:30
parent fe1a5c8ab0
commit 88b28e4c46
2 changed files with 15 additions and 2 deletions

View file

@ -14,8 +14,8 @@ android {
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic" applicationId "code.name.monkey.retromusic"
versionCode 10569 versionCode 10570
versionName '5.7.3' versionName '5.8.0'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"") buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
} }

View file

@ -62,6 +62,19 @@
</head> </head>
<body> <body>
<div>
<h5>March 13, 2022</h5>
<h2>v5.8.0</h2>
<h3>What's New</h3>
<ul>
<li>Updated translations</li>
<li>Minor UI improvements</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed Classic Notification crash</li>
</ul>
</div>
<div> <div>
<h5>March 13, 2022</h5> <h5>March 13, 2022</h5>
<h2>v5.7.3</h2> <h2>v5.7.3</h2>