Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 928a241

Browse files
committed
Release 0.7.4
For F-Droid
1 parent 1a36625 commit 928a241

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.7.4 2020-04-19 by [@Alkarex](https://github.com/Alkarex)
2+
- Fix warnings for F-Droid
3+
14
0.7.2 2020-04-15 by [@Alkarex](https://github.com/Alkarex)
25
- Stable release
36

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationId "org.freshrss.easyrss"
1818
minSdkVersion 7
1919
targetSdkVersion 29
20-
versionCode 702
21-
versionName '0.7.2'
20+
versionCode 704
21+
versionName '0.7.4'
2222
}
2323
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33

4-
<string name="Version">0.7.2</string>
4+
<string name="Version">0.7.4</string>
55

66
</resources>

0 commit comments

Comments
 (0)