diff --git a/Kuroba/app/build.gradle b/Kuroba/app/build.gradle index 948d31c5d..1ca049641 100644 --- a/Kuroba/app/build.gradle +++ b/Kuroba/app/build.gradle @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/10325.txt b/fastlane/metadata/android/en-US/changelogs/10325.txt new file mode 100644 index 000000000..de83147a1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10325.txt @@ -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. \ No newline at end of file