Skip to content

Commit e2e723c

Browse files
more small changes
1 parent 1c52a10 commit e2e723c

File tree

72 files changed

+965
-0
lines changed

Some content is hidden

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

72 files changed

+965
-0
lines changed
17.7 KB
Binary file not shown.
17.6 KB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"version": 3,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "com.mrboomdev.awery",
8+
"variantName": "release",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"attributes": [],
14+
"versionCode": 1,
15+
"versionName": "2.0.0-release",
16+
"outputFile": "app-release.apk"
17+
}
18+
],
19+
"elementType": "File",
20+
"baselineProfiles": [
21+
{
22+
"minApi": 28,
23+
"maxApi": 30,
24+
"baselineProfiles": [
25+
"baselineProfiles/1/app-release.dm"
26+
]
27+
},
28+
{
29+
"minApi": 31,
30+
"maxApi": 2147483647,
31+
"baselineProfiles": [
32+
"baselineProfiles/0/app-release.dm"
33+
]
34+
}
35+
],
36+
"minSdkVersionForDexing": 25
37+
}
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_banner_background"/>
4+
<foreground android:drawable="@mipmap/ic_banner_foreground"/>
5+
</adaptive-icon>
9.38 KB
Loading
10.7 KB
Loading
99 Bytes
Loading
238 KB
Loading
228 KB
Loading
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<resources>
2+
<style name="Theme.Awery.Splash" parent="Theme.SplashScreen">
3+
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
4+
<item name="postSplashScreenTheme">@style/Theme.Awery</item>
5+
<item name="windowSplashScreenBackground">#111111</item>
6+
</style>
7+
</resources>

0 commit comments

Comments
 (0)