Merge pull request #881 from Materialious/update/1.7.21

Release new version with latest dependencies
This commit is contained in:
Ward
2025-04-15 17:31:09 +12:00
committed by GitHub
5 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "us.materialio.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 102
versionName "1.7.20"
versionCode 103
versionName "1.7.21"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -63,7 +63,11 @@
<release version="1.7.20" date="2025-4-08">
<release version="1.7.21" date="2025-4-15">
<url>https://github.com/Materialious/Materialious/releases/tag/1.7.21</url>
</release>
<release version="1.7.20" date="2025-4-08">
<url>https://github.com/Materialious/Materialious/releases/tag/1.7.20</url>
</release>
<release version="1.7.19" date="2025-4-04">
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.7.20",
"version": "1.7.21",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.7.20",
"version": "1.7.21",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -72,4 +72,4 @@
"terser": "^5.34.1",
"youtubei.js": "^13.3.0"
}
}
}
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.7.20"
LATEST_VERSION = "1.7.21"
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
WORKING_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "materialious")