Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit cb2ae6c

Browse files
Merge branch 'Materialious:main' into main
2 parents 74b7fd2 + ac91e19 commit cb2ae6c

16 files changed

+386
-482
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ I've commented out places what aren't relevant but might be in the future.-->
7575
</a>
7676
</tr>
7777
<tr>
78-
<td>MacOS (x64)</td>
78+
<td>MacOS (x64 & arm64)</td>
7979
<td>
8080
<a href="https://github.com/Materialious/Materialious/releases/latest">
8181
<img width="220" alt="MacOS Download" src="https://reachify.io/wp-content/uploads/2018/09/mac-download-button-1.png">

materialious/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 "us.materialio.app"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 102
11-
versionName "1.7.20"
10+
versionCode 103
11+
versionName "1.7.21"
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.

materialious/electron/electron-builder.config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,12 @@
7373
}
7474
],
7575
"category": "Entertainment",
76-
"target": "dmg"
76+
"target": [
77+
{
78+
"target": "default",
79+
"arch": "universal"
80+
}
81+
]
7782
},
7883
"linux": {
7984
"publish": [

materialious/electron/materialious.metainfo.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@
6363

6464

6565

66-
<release version="1.7.20" date="2025-4-08">
66+
67+
<release version="1.7.21" date="2025-4-15">
68+
<url>https://github.com/Materialious/Materialious/releases/tag/1.7.21</url>
69+
</release>
70+
<release version="1.7.20" date="2025-4-08">
6771
<url>https://github.com/Materialious/Materialious/releases/tag/1.7.20</url>
6872
</release>
6973
<release version="1.7.19" date="2025-4-04">

0 commit comments

Comments
 (0)