Skip to content

Commit

Permalink
fix: add splashscreen dependency to app as well
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jun 28, 2022
1 parent c6041df commit 0ac37d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ if (cordovaConfig.IS_GRADLE_PLUGIN_KOTLIN_ENABLED) {
apply plugin: 'kotlin-android-extensions'
}

dependencies {
apply from: '../CordovaLib/cordova.gradle'

implementation "androidx.core:core-splashscreen:${cordovaConfig.ANDROIDX_CORE_SPLASHSCREEN_VERSION}"
}

buildscript {
apply from: '../CordovaLib/cordova.gradle'

Expand Down

0 comments on commit 0ac37d2

Please sign in to comment.