Skip to content

Commit

Permalink
Prepare 1.2.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Sep 26, 2023
1 parent 5fa22b4 commit 11d2b80
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 34 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Vidya Music

[![style: very good analysis](https://img.shields.io/badge/style-very_good_analysis-B22C89.svg)](https://pub.dev/packages/very_good_analysis)

A Flutter player for the [Vidya Intarweb Playlist](https://www.vipvgm.net/) (aka VIP Aersia).

Licensed under AGPLv3-or-later.

## Screenshots

![](fastlane/metadata/android/en-US/images/phoneScreenshots/1.png)
![](fastlane/metadata/android/en-US/images/phoneScreenshots/2.png)
![](fastlane/metadata/android/en-US/images/phoneScreenshots/3.png)
![](fastlane/metadata/android/en-US/images/phoneScreenshots/4.png)

<img src="https://raw.githubusercontent.com/MateusRodCosta/vidya_music/dev/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="454" height="963">
<img src="https://raw.githubusercontent.com/MateusRodCosta/vidya_music/dev/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="454" height="963">
<img src="https://raw.githubusercontent.com/MateusRodCosta/vidya_music/dev/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="454" height="963">
<img src="https://raw.githubusercontent.com/MateusRodCosta/vidya_music/dev/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="454" height="963">

# Download

<a href='https://play.google.com/store/apps/details?id=com.mateusrodcosta.apps.vidyamusic'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/></a>
<a href='https://play.google.com/store/apps/details?id=com.mateusrodcosta.apps.vidyamusic'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' width= "323" height="125"/></a>
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Updated dependencies
• Tweaked app icon
• Improved code quality
Binary file modified fastlane/metadata/android/en-US/images/featureGraphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Dependências atualizadas
• Ajustes no ícone do aplicativo
• Melhorias na qualidade do código
Binary file modified misc/store/banner/vidya_music_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 35 additions & 27 deletions misc/store/banner/vidya_music_banner_original.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.2.1+11
version: 1.2.2+12

environment:
sdk: '^3.0.0'
sdk: ^3.0.0
flutter: ^3.10.0

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down

0 comments on commit 11d2b80

Please sign in to comment.