Skip to content

Commit 3c1710c

Browse files
committed
Version 3.4.4
1 parent fe638a5 commit 3c1710c

37 files changed

Lines changed: 158 additions & 28 deletions

File tree

.github/workflows/jpackage-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build & Release with jpackage
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- 'v*.*.*' # Triggers on tags like v1.0.0, v1.2.3, etc.
77

88
permissions:
99
contents: write

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
applicationId "de.schliweb.bluesharpbendingapp"
3535
minSdk 28
3636
targetSdk 35
37-
versionCode 69
37+
versionCode 68
3838
versionName project.version.toString()
3939

4040
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
-13.4 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
1.15 KB
Loading
2.54 KB
Loading
-4.26 KB
Binary file not shown.
2.52 KB
Loading
750 Bytes
Loading

0 commit comments

Comments
 (0)