Skip to content

4.1.0

Compare
Choose a tag to compare
@zoontek zoontek released this 15 Jan 11:08
· 321 commits to master since this release
c84b4eb
  • Update AndroidX core-splashscreen package to 1.0.0-beta01

Action required:

Update the package accordingly in your android/app/build.gradlefile:

// …

dependencies {
  implementation fileTree(dir: "libs", include: ["*.jar"])
  //noinspection GradleDynamicVersion
  implementation "com.facebook.react:react-native:+"  // From node_modules

+ implementation "androidx.core:core-splashscreen:1.0.0-beta01"