Skip to content

Commit

Permalink
Prepare version 1.3.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Dec 8, 2023
1 parent cc7d3f0 commit 7a36142
Show file tree
Hide file tree
Showing 33 changed files with 75 additions and 22 deletions.
38 changes: 36 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ kotlin {
android {
namespace "com.mateusrodcosta.apps.vidyamusic"

compileSdk 34
compileSdk 34
defaultConfig {
applicationId "com.mateusrodcosta.apps.vidyamusic"
minSdkVersion 26
targetSdkVersion 33
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down Expand Up @@ -76,6 +76,18 @@ android {
}
}

splits {
abi {
enable true

reset()
//noinspection ChromeOsAbiSupport
include "armeabi-v7a", "arm64-v8a", "x86_64"

universalApk true
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
Expand All @@ -85,6 +97,28 @@ android {
}
}

ext.abiCodes = ['armeabi-v7a': 1, 'arm64-v8a': 2, x86_64: 4]

android.applicationVariants.configureEach { variant ->

variant.outputs.each { output ->

def baseAbiVersionCode =
project.ext.abiCodes.get(output.getFilter("ABI"))

if (baseAbiVersionCode != null) {

output.versionCodeOverride =
// As required by F-Droid, version code at beginning and abi code at the end
// If wanting to build a universal APK with similar naming scheme, do so manually
// via `--build-number` argument from `flutter build apk`
variant.versionCode * 100 + baseAbiVersionCode
// Default split apk version code, api code at beginning and version code at the end
//baseAbiVersionCode * 1000 + variant.versionCode
}
}
}

flutter {
source '../..'
}
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
• Upgraded Flutter to 3.13.9
• Updated dependencies
• Added localizations support (currently only English and Brazilian Portuguese)
• Added per-app language support
• Small appearance tweaks, including theming (e.g. colors and used widgets) and spacing (padding and margins)
• Arranger is now shown on Track list
• Improved error handling
8 changes: 5 additions & 3 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Listen to lots of awesome videogame songs from your favorite video games directly from your device.
Do you like VGM (aka Video Game Music)? If so, you cam to the right place!

The original playlist is available at <a href="https://www.vipvgm.net/">https://www.vipvgm.net/</a>. All Tracks © & ℗ Their Respective Owners.
Listen to several of the awesomest videogame songs from your favorite video games directly from your device. This app is based on the VIP Aersia playlist (nowadays VIPVGM), which contains the very best VGM tracks as selected by Cats777.

The app is developed with Flutter and licensed under AGPLv3+. Source code is available at <a href="https://github.com/MateusRodCosta/vidya_music">https://github.com/MateusRodCosta/vidya_music</a>.
The original playlist is available at <a href="https://www.vipvgm.net/">https://www.vipvgm.net/</a> . All Tracks © & ℗ Their Respective Owners.

Vidya Music is developed with Flutter and is FLOSS software. The source code is available at <a href="https://github.com/MateusRodCosta/vidya_music">https://github.com/MateusRodCosta/vidya_music</a> and licensed under AGPLv3+ .
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/phoneScreenshots/1.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/phoneScreenshots/2.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/phoneScreenshots/3.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/phoneScreenshots/4.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/phoneScreenshots/5.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/phoneScreenshots/6.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/phoneScreenshots/7.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/phoneScreenshots/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
• Flutter atualizado para 3.13.9
• Dependências atualizadas
• Adicionado suporte a traduções (atualmente apenas Inglês e Português Brasileiro)
• Adicionado suporte a seleção de idioma por aplicativo
• Pequenos ajustes de aparência, incluindo em temas (e.g. cores e widgets usado) e espaçamento (padding e margens)
• O arranjador agora é mostrado na lista de faixas
• Melhorias no tratamento de erros
6 changes: 4 additions & 2 deletions fastlane/metadata/android/pt-BR/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Ouça várias músicas de videogame incríveis dos seus jogos favoritos direto do seu dispositivo.
Curte VGM (aka Música de Videogame)? Se sim, então veio ao lugar certo!?

Ouça várias das músicas de videogame mais incríveis dos seus jogos favoritos direto do seu dispositivo. Este app se baseia na playlist VIP Aersia (hoje em dia chamada VIPVGM), que contém as melhores das melhores músicas de videogame selecionadas por Cats777.

A playlist original está disponível em <a href="https://www.vipvgm.net/">https://www.vipvgm.net/</a>. Todas as Faixas © & ℗ Seus Respectivos Donos.

O app é desenvolvido com Flutter e licenciado sob AGPLv3+. O código-fonte está disponível em <a href="https://github.com/MateusRodCosta/vidya_music">https://github.com/MateusRodCosta/vidya_music</a>.
Vidya Music é desenvolvido com Flutter e é software livre. O código-fonte está disponível em <a href="https://github.com/MateusRodCosta/vidya_music">https://github.com/MateusRodCosta/vidya_music</a> e licenciado sob AGPLv3+.
Binary file modified misc/store/banner/vidya_music_banner.png
29 changes: 15 additions & 14 deletions misc/store/banner/vidya_music_banner_original.svg
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.2+12
version: 1.3.0+13

environment:
sdk: ^3.1.5
Expand Down

0 comments on commit 7a36142

Please sign in to comment.