Skip to content

Commit 76d4e5e

Browse files
committed
build 158
1 parent 695421b commit 76d4e5e

57 files changed

Lines changed: 1135 additions & 268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

android-ios-app/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
// unchanged.
4848
minSdk = 24
4949
targetSdk = 36
50-
versionCode = 151
50+
versionCode = 158
5151
versionName = flutter.versionName
5252

5353
// Support all ABIs - AGP 8.9.1 automatically handles 16 KB alignment
28.1 KB
Loading
14.2 KB
Loading
46.7 KB
Loading
99.8 KB
Loading
172 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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>
5+
<inset
6+
android:drawable="@drawable/ic_launcher_foreground"
7+
android:inset="16%" />
8+
</foreground>
9+
</adaptive-icon>
2.3 KB
Loading
1017 Bytes
Loading
3.88 KB
Loading

0 commit comments

Comments
 (0)