Release v3.0.2

CHANGELOG:
More sites added.
New video player.
Translations added.

VERSIONCODE:
30002
master v3.0.2
Floens 6 years ago
parent e730d34b8a
commit 7cbf5cd292
  1. 6
      CHANGES.txt
  2. 4
      Clover/app/build.gradle
  3. 8
      Clover/app/src/main/res/values/private_strings.xml

@ -1,3 +1,9 @@
New in 3.0.2 (2019-03-12)
- More sites added.
- New video player.
- Translations added.
New in 3.0.1 (2018-04-29) New in 3.0.1 (2018-04-29)
- Bug fixes. - Bug fixes.

@ -21,10 +21,10 @@ android {
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 25 targetSdkVersion 25
versionName "v3.0.1" versionName "v3.0.2"
// of the format XXYYZZ, where XX is major, YY is minor, ZZ is patch // of the format XXYYZZ, where XX is major, YY is minor, ZZ is patch
// (watch out for octal notation, never start with a 0) // (watch out for octal notation, never start with a 0)
versionCode 30001 versionCode 30002
} }
compileOptions { compileOptions {

@ -1,13 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<!-- No need to update the changelog, we can't get it translated in time. --> <!-- No need to update the changelog, we can't get it translated in time. -->
<string name="changelog_30001" translatable="false"> <string name="changelog_30002" translatable="false">
<![CDATA[ <![CDATA[
<h3>Clover was updated</h3> <h3>Clover was updated</h3>
Clover was updated to v3.0.1<br> Clover was updated to v3.0.2<br>
<br> <br>
<b>New in this version:</b><br> <b>New in this version:</b><br>
Bug fixes.<br> More sites added.<br>
New video player.<br>
Translations added.
]]> ]]>
</string> </string>

Loading…
Cancel
Save