Checklist
Description
Description
When I build this package on Android in my app(AGP above 8.0), I get an error:
GigyaSDKWrapper.kt:94:35 Type mismatch: Inferred type is String? But a string was expected.
According to the official documentation, versionName may return NULL, so I think it is necessary to change the source code.
Ref:https://source.android.com/reference/tradefed/com/android/tradefed/device/PackageInfo?hl=ja#getVersionName()
Reproduction
- Update AGP above 8.0
- build app with the plugin
Additional context
No response
SDK version
1.0.15
Android/iOS
Android