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

Commit 84d9c64

Browse files
committed
Push version bump...
1 parent 14bd787 commit 84d9c64

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.1 2020-04-15 by [@Alkarex](https://github.com/Alkarex)
2+
- Stable release
3+
14
0.7.0 2020-04-14 by [@Alkarex](https://github.com/Alkarex)
25
- Update IDE to Android Studio 3.6.2 (IntelliJ) with Gradle
36
- Update source code for compatibility Android 10.0 Q, API 29 (retaining compatibility with Android 2.1 Eclair, API 7)

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 700
21-
versionName '0.7.0'
20+
versionCode 701
21+
versionName '0.7.1'
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.0</string>
4+
<string name="Version">0.7.1</string>
55

66
</resources>

0 commit comments

Comments
 (0)