We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bc13e commit 522c646Copy full SHA for 522c646
android/app/build.gradle
@@ -31,6 +31,7 @@ repositories {
31
dependencies {
32
implementation "com.google.android.gms:play-services-ads:23.6.0"
33
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
34
+ implementation "androidx.core:core-splashscreen:1.0.0"
35
implementation project(':capacitor-android')
36
}
37
0 commit comments