Skip to content

Commit

Permalink
[build] Update build.gradle.kts; update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyD666 committed Jan 18, 2025
1 parent 21552a9 commit 73f684d
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 13 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ android {
}
}

// https://github.com/SkyD666/PodAura/issues/59#issuecomment-2597764128
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}

splits {
abi {
// Enables building multiple APKs per ABI.
Expand Down
Binary file added doc/image/PodAura.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions downloader/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ android {

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")

ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
AniVu, an all-in-one tool for RSS subscription and updates, bit torrent downloads, and video playback.
AniVu utilizes the MVI architecture and fully adopts the Material You design style. All pages are developed using Android View and Jetpack Compose.
PodAura, an all-in-one Podcast tool for RSS subscription and updates, media downloads and playback.
PodAura utilizes the MVI architecture and fully adopts the Material You design style. All pages are developed using Jetpack Compose.
<h3>💡 Features</h3>
<ol>
<li><strong>Subscribe to RSS</strong>, Update RSS, <strong>Read</strong> RSS</li>
<li><strong>Automatically update RSS</strong> subscriptions</li>
<li><strong>Download enclosures</strong> (enclosure tags) of <strong>torrent or magnet</strong> links in RSS articles</li>
<li><strong>Download enclosures</strong> (enclosure tags) in RSS articles, also supports <strong>torrent or magnet links</strong></li>
<li><strong>Seeding</strong> downloaded files</li>
<li><strong>Play media enclosures or downloaded videos</strong></li>
<li>Support variable playback <strong>speed</strong>, setup <strong>audio track</strong>, <strong>subtitle track</strong>, etc</li>
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/images/icon.png
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
All-in-one app for RSS, BitTorrent dl & play
All-in-one Android podcast app for RSS, media dl & play
6 changes: 3 additions & 3 deletions fastlane/metadata/android/zh-CN/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
AniVu,一个集 RSS 订阅与更新、比特洪流下载、视频播放为一体的工具
使用 MVI 架构,完全采用 Material You 设计风格。使用 Android View 和 Jetpack Compose 混合开发。
PodAura,一个集 RSS 订阅与更新、媒体下载与播放为一体的播客工具
使用 MVI 架构,完全采用 Material You 设计风格。使用 Jetpack Compose 开发。
<h3>💡 主要功能</h3>
<ol>
<li><strong>订阅</strong> RSS、<strong>更新</strong> RSS、<strong>阅读</strong> RSS</li>
<li><strong>自动更新 RSS 订阅</strong></li>
<li><strong>下载</strong> RSS 文章中的 <strong>BT 种子或磁力链接</strong>附件(enclosure 标签)</li>
<li><strong>下载</strong> RSS 文章中的<strong>附件</strong>(enclosure 标签),支持 BT 种子或磁力链接</li>
<li>已下载<strong>文件做种</strong></li>
<li><strong>播放</strong>媒体附件或已下载的<strong>媒体文件</strong></li>
<li><strong>更改播放速度</strong>、设置<strong>音轨</strong>、<strong>字幕轨道</strong>等</li>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AniVu,一個集 RSS 訂閱與更新、BitTorrent下載、影片播放為一體的工具。
PodAura,一個集 RSS 訂閱與更新、BitTorrent下載、影片播放為一體的工具。
使用 MVI 架構,完全採用 Material You 設計風格。使用 Android View 和 Jetpack Compose 混合開發。
<h3>💡 主要功能</h3>
<ol>
Expand Down

0 comments on commit 73f684d

Please sign in to comment.