Skip to content

Commit 5daeb93

Browse files
committed
1.3.2
1 parent 0d37652 commit 5daeb93

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId = "com.axiel7.anihyou"
1717
minSdk = 23
1818
targetSdk = 34
19-
versionCode = 70
20-
versionName = "1.3.1"
19+
versionCode = 71
20+
versionName = "1.3.2"
2121
setProperty("archivesBaseName", "anihyou-$versionName")
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Add more check intervals for push notifications
2+
- Show +1 in planning list
3+
- Only show score badge when set
4+
- Added refresh button to widget
5+
- Fixed widget (again)
6+
- Fix volumes count in manga stats
7+
- Fix advances scores not updating correctly
8+
- Other fixes

0 commit comments

Comments
 (0)