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

Commit

Permalink
v1.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Aug 6, 2023
1 parent 7994cdf commit d232f39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kuroba/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ android {
// m -> Minor version
// p -> patch
// MmmPP
versionCode 10324
versionName "v1.3.24"
versionCode 10325
versionName "v1.3.25"

applicationVariants.all { variant ->
variant.outputs.all {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10325.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
v1.3.25
Full version:
- Fix notifications not working on API 33+ (Android 13+). Upon first app start (after update or on fresh install) you will be asked for notifications permission.

v1.3.24
- Update dependencies.
- Implement solved captcha donation. Disabled by default, you will be asked whether you want to participate or not the first time you solve a 4chan captcha. Setting can be changed at any time on 'Experimental settings' screen.
- Fix a crash when parsing post links which have post ids exceeding Long.MAX_VALUE.

0 comments on commit d232f39

Please sign in to comment.