Skip to content

Commit e5d1cc3

Browse files
committed
chore: bump version to 1.4.0 and configure plugins
Update app version to 1.4.0 and configure SplashScreen and LocalNotifications settings for Android.
1 parent b2e7d3c commit e5d1cc3

4 files changed

Lines changed: 8 additions & 20 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.biohacker.app"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 4
11-
versionName "1.3.0"
10+
versionCode 5
11+
versionName "1.4.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

capacitor.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ const config: CapacitorConfig = {
99
SplashScreen: {
1010
launchShowDuration: 2000,
1111
backgroundColor: "#0a0a0a",
12+
androidSplashResourceName: "splash",
13+
androidScaleType: "CENTER_CROP",
14+
},
15+
LocalNotifications: {
16+
smallIcon: "ic_launcher",
17+
iconColor: "#facc15",
1218
},
1319
StatusBar: {
1420
style: "DARK",

0 commit comments

Comments
 (0)