We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6041df commit 0ac37d2Copy full SHA for 0ac37d2
templates/project/app/build.gradle
@@ -24,6 +24,12 @@ if (cordovaConfig.IS_GRADLE_PLUGIN_KOTLIN_ENABLED) {
24
apply plugin: 'kotlin-android-extensions'
25
}
26
27
+dependencies {
28
+ apply from: '../CordovaLib/cordova.gradle'
29
+
30
+ implementation "androidx.core:core-splashscreen:${cordovaConfig.ANDROIDX_CORE_SPLASHSCREEN_VERSION}"
31
+}
32
33
buildscript {
34
apply from: '../CordovaLib/cordova.gradle'
35
0 commit comments