Build Failed - cannot access SavedStateRegistryOwner
Open
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
**Glide Version**: 4.13.0
**Integration libraries**: com.github.bumptech.glide:okhttp3-integration:4.13.0
**Device/Android Version**: S21
**Issue details / Repro steps / Use case background**: With glide:4.12.0 my android project is working fine but when I upgrade the glide:4.13.0 then my project build is failing. I am using gradle-6.8.3 for my project build.
**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
ext.kotlin_version = '1.3.21'
implementation 'com.github.bumptech.glide:glide:4.13.0'
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
```
**Layout XML**:
```xml
Contributor guide
Assessment
This issue has not been assessed yet.