Skip to content

Commit 0ac37d2

Browse files
committed
fix: add splashscreen dependency to app as well
1 parent c6041df commit 0ac37d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/project/app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ if (cordovaConfig.IS_GRADLE_PLUGIN_KOTLIN_ENABLED) {
2424
apply plugin: 'kotlin-android-extensions'
2525
}
2626

27+
dependencies {
28+
apply from: '../CordovaLib/cordova.gradle'
29+
30+
implementation "androidx.core:core-splashscreen:${cordovaConfig.ANDROIDX_CORE_SPLASHSCREEN_VERSION}"
31+
}
32+
2733
buildscript {
2834
apply from: '../CordovaLib/cordova.gradle'
2935

0 commit comments

Comments
 (0)