We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d37652 commit 5daeb93Copy full SHA for 5daeb93
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
applicationId = "com.axiel7.anihyou"
17
minSdk = 23
18
targetSdk = 34
19
- versionCode = 70
20
- versionName = "1.3.1"
+ versionCode = 71
+ versionName = "1.3.2"
21
setProperty("archivesBaseName", "anihyou-$versionName")
22
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
fastlane/metadata/android/en-US/changelogs/71.txt
@@ -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