Closed tbaskijera closed 11 months ago
change DEFAULT_CORE_APP_UPDATE_VERSION
to 2.1.0 in build.gradle . it will work
changing the DEFAULT_CORE_APP_UPDATE_VERSION
can be done without messing with the library.
This is possible because of this line.
just set the playCoreAppUpdateVersion
variable in your ext
props config in the main build.gradle
of your project.
This is still not working for me. When can we except a package version upgrade that would solve this?
@rahulG1996 solution worked for me! Thank you!
getting this error
A problem occurred configuring project ':sp-react-native-in-app-updates'.
Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
My android build crashes on start when I run it on Android 14. It seems its due to recent changes that are targeting specifically this version.
Looking through logs, we can tell that the app is crashing because of sp-rn-in-app-updates:
I believe the package should be updated to adapt to this. Did anyone fix it temporarily?