Releases: gotev/android-cookie-store
Releases · gotev/android-cookie-store
1.5.0
Added support for Android 12
1.4.0
- Supports Android 12
- Updated Gradle to 7.2
- Fixes #24
- Removed Kotlin Extensions
- Use Chucker instead of Gander in demo app
1.3.5
- avoid ConcurrentModificationException #14 by making a defensive copy first
- implemented Maven Central publishing support and dropped Bintray
- added built demo app APK to the release
1.3.4
Prevent crashes coming from android.webkit.CookieManager and have a chance to intercept exceptions coming from it and handle them
1.3.3
#15 increased thread safety
1.3.1
build: updated dependencies
1.3.0
fixes #7 and updated OkHttp and Gradle. Now targeting Android API 30
1.2.5
Improved thread safety while reading/writing cookies