Fix matainfo
This commit is contained in:
@@ -7,8 +7,8 @@ android {
|
||||
applicationId "us.materialio.app"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 205
|
||||
versionName "1.14.1"
|
||||
versionCode 206
|
||||
versionName "1.14.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
<id type="desktop-application">us.materialio.Materialious</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<name>Materialious</name>
|
||||
<summary>Materialious is a modern material design frontend for YouTube & Invidious, focused on a clean, privacy-friendly YouTube experience.</summary>
|
||||
<summary>Materialious is a modern material design frontend for YouTube and Invidious, focused on a clean, privacy-friendly YouTube experience.</summary>
|
||||
<description>
|
||||
<p>Materialious is a client for Invidious using material design. It lets you browse and watch videos, manage playlists and visit channels.</p>
|
||||
<p>Materialious is a client for Invidious and YouTube using material design. It lets you browse and watch videos, manage playlists and visit channels.</p>
|
||||
<p>Features:</p>
|
||||
<ul>
|
||||
<li>Invidious companion support</li>
|
||||
@@ -69,7 +69,11 @@
|
||||
<content_attribute id="social-contacts">intense</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="1.14.1" date="2026-2-12">
|
||||
|
||||
<release version="1.14.2" date="2026-2-12">
|
||||
<url>https://github.com/Materialious/Materialious/releases/tag/1.14.2</url>
|
||||
</release>
|
||||
<release version="1.14.1" date="2026-2-12">
|
||||
<url>https://github.com/Materialious/Materialious/releases/tag/1.14.1</url>
|
||||
</release>
|
||||
<release version="1.14.0" date="2026-2-11">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Materialious",
|
||||
"version": "1.14.1",
|
||||
"version": "1.14.2",
|
||||
"description": "Modern material design for YouTube and Invidious.",
|
||||
"author": {
|
||||
"name": "Ward Pearce",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "materialious",
|
||||
"version": "1.14.1",
|
||||
"version": "1.14.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "npm run patch:github && vite dev",
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ import os
|
||||
import re
|
||||
from datetime import datetime
|
||||
|
||||
LATEST_VERSION = "1.14.1"
|
||||
LATEST_VERSION = "1.14.2"
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user