File tree 6 files changed +23
-5
lines changed
6 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 60
60
uses : actions/upload-artifact@v4
61
61
with :
62
62
name : android
63
- path : android/app/build/outputs/apk/release/* .apk
63
+ path : android/app/build/outputs/apk/release/app-release-signed .apk
64
64
Original file line number Diff line number Diff line change 8
8
9
9
<application
10
10
android : allowBackup =" true"
11
- android : icon =" @drawable/splash "
12
- android : roundIcon =" @drawable/splash "
11
+ android : icon =" @drawable/icon "
12
+ android : roundIcon =" @drawable/icon "
13
13
android : label =" @string/app_name"
14
+ android : theme =" @style/AppTheme"
14
15
android : supportsRtl =" true" >
15
16
16
17
<meta-data android : name =" com.google.android.gms.ads.APPLICATION_ID" android : value =" @string/admob_app_id" />
20
21
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
21
22
android : label =" @string/title_activity_main"
22
23
android : launchMode =" singleTask"
23
- android : exported =" true" >
24
+ android : exported =" true"
25
+ android : theme =" @style/AppTheme.NoActionBarLaunch" >
24
26
<intent-filter >
25
27
<action android : name =" android.intent.action.MAIN" />
26
28
<category android : name =" android.intent.category.LAUNCHER" />
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ <resources >
2
+
3
+ <style name =" AppTheme" parent =" Theme.AppCompat.Light.DarkActionBar" >
4
+
5
+ </style >
6
+
7
+ <style name =" AppTheme.NoActionBar" parent =" Theme.AppCompat.Light.NoActionBar" >
8
+ <item name =" android:background" >@drawable/splash_screen</item >
9
+ </style >
10
+
11
+ <style name =" AppTheme.NoActionBarLaunch" parent =" AppTheme.NoActionBar" >
12
+ <item name =" android:background" >@drawable/splash_screen</item >
13
+ </style >
14
+
15
+ </resources >
Original file line number Diff line number Diff line change 25
25
"@capacitor-community/admob" : " ^6.1.0" ,
26
26
"@capacitor/android" : " ^6.2.0" ,
27
27
"@capacitor/core" : " ^6.2.0" ,
28
- "@capacitor/push-notifications" : " ^6.0.3"
28
+ "@capacitor/push-notifications" : " ^6.0.3" ,
29
+ "@capacitor/splash-screen" : " ^6.0.3"
29
30
},
30
31
"devDependencies" : {
31
32
"@babel/core" : " ^7.26.0" ,
You can’t perform that action at this time.
0 commit comments