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

Commit

Permalink
Release 0.7.4
Browse files Browse the repository at this point in the history
For F-Droid
  • Loading branch information
Alkarex committed Apr 19, 2020
1 parent 1a36625 commit 928a241
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.7.4 2020-04-19 by [@Alkarex](https://github.com/Alkarex)
- Fix warnings for F-Droid

0.7.2 2020-04-15 by [@Alkarex](https://github.com/Alkarex)
- Stable release

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
applicationId "org.freshrss.easyrss"
minSdkVersion 7
targetSdkVersion 29
versionCode 702
versionName '0.7.2'
versionCode 704
versionName '0.7.4'
}
}
2 changes: 1 addition & 1 deletion app/src/main/res/values/version.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="Version">0.7.2</string>
<string name="Version">0.7.4</string>

</resources>

0 comments on commit 928a241

Please sign in to comment.