Skip to content

Commit

Permalink
Merge pull request #15 from MateusRodCosta/dev
Browse files Browse the repository at this point in the history
Version 1.2.2
  • Loading branch information
MateusRodCosta authored Sep 26, 2023
2 parents 784546a + 11d2b80 commit d25adcf
Show file tree
Hide file tree
Showing 49 changed files with 561 additions and 388 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>
32 changes: 3 additions & 29 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml
include: package:very_good_analysis/analysis_options.yaml

analyzer:
exclude: [flutter-sdk/**]
Expand All @@ -26,34 +26,8 @@ linter:
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
# producing the lint.
rules:
# Errors
- avoid_dynamic_calls
- cancel_subscriptions
- close_sinks
- discarded_futures
- literal_only_boolean_expressions
- prefer_relative_imports
- unnecessary_statements

# Style
- always_declare_return_types
- always_put_required_named_parameters_first
- avoid_escaping_inner_quotes
- eol_at_end_of_file
- noop_primitive_operations
- prefer_final_locals
- prefer_single_quotes
- sort_constructors_first
- sort_unnamed_constructors_first
- unawaited_futures
- unnecessary_await_in_return
- unnecessary_breaks
- unnecessary_parenthesis
- unnecessary_raw_strings
- unnecessary_to_list_in_spreads
- use_enums
- use_is_even_rather_than_modulo
- use_named_constants
public_member_api_docs: false
sort_pub_dependencies: false

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
26 changes: 14 additions & 12 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ def keystorePropertiesFile = rootProject.file("key.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

kotlin {
jvmToolchain 17
}

android {
namespace "com.mateusrodcosta.apps.vidyamusic"

compileSdk 33
defaultConfig {
applicationId "com.mateusrodcosta.apps.vidyamusic"
Expand All @@ -42,17 +47,6 @@ android {
versionName flutterVersionName
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '17'
}
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}

signingConfigs {
release {
keyAlias keystoreProperties['keyAlias']
Expand All @@ -61,6 +55,7 @@ android {
storePassword keystoreProperties['storePassword']
}
}

buildTypes {
release {
minifyEnabled true
Expand All @@ -80,12 +75,19 @@ android {
manifestPlaceholders = [appName: "Vidya Music (Profile)"]
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '17'
}
}

flutter {
source '../..'
}

dependencies {
implementation libs.kotlin.stdlib
}
Binary file modified android/app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 13 additions & 14 deletions android/app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
android:height="108dp"
android:viewportWidth="270.93"
android:viewportHeight="270.93">
<group
android:scaleX="0.45"
android:scaleY="0.45"
android:translateX="74.50575"
android:translateY="74.50575">
<path
android:fillColor="#021848"
android:pathData="m63.98,42.86c-11.69,0 -22.12,4.19 -31.28,12.57 -9.16,8.38 -14.62,18.41 -16.38,30.1l-15.89,110.79c-1.32,9.92 0.39,17.69 5.13,23.32 4.74,5.62 11.31,8.43 19.69,8.43 5.07,0 9.38,-0.83 12.91,-2.48 3.53,-1.65 6.51,-3.69 8.94,-6.12l34.42,-34.4h73.23a59.27,59.27 0,0 1,-2.35 -16.27,59.27 59.27,0 0,1 59.27,-59.27 59.27,59.27 0,0 1,50.65 28.51l-7.37,-52.52c-1.77,-11.69 -7.23,-21.72 -16.38,-30.1 -9.16,-8.38 -19.58,-12.57 -31.28,-12.57zM180.15,79.24c3.53,0 6.62,1.32 9.27,3.97 2.65,2.65 3.97,5.73 3.97,9.26 0,3.53 -1.32,6.61 -3.97,9.26 -2.65,2.65 -5.74,3.97 -9.27,3.97 -3.53,0 -6.62,-1.32 -9.27,-3.97 -2.65,-2.65 -3.97,-5.73 -3.97,-9.26 0,-3.53 1.32,-6.61 3.97,-9.26 2.65,-2.65 5.74,-3.97 9.27,-3.97zM84.13,80.9c2.4,0 4.39,0.78 5.96,2.34 1.57,1.56 2.36,3.54 2.36,5.93v16.54h16.55c2.39,0 4.37,0.77 5.93,2.32 1.56,1.54 2.34,3.51 2.34,5.91 0,2.4 -0.78,4.38 -2.34,5.95 -1.56,1.57 -3.54,2.35 -5.93,2.35h-16.55v16.54c0,2.39 -0.77,4.36 -2.32,5.93 -1.54,1.56 -3.52,2.34 -5.92,2.34v-0c-2.4,0 -4.39,-0.78 -5.96,-2.34 -1.57,-1.56 -2.36,-3.54 -2.36,-5.93v-16.54h-16.55c-2.39,0 -4.37,-0.77 -5.93,-2.32 -1.56,-1.54 -2.34,-3.52 -2.34,-5.91 0,-2.4 0.78,-4.38 2.34,-5.95 1.56,-1.57 3.54,-2.35 5.93,-2.35h16.55v-16.54c0,-2.39 0.77,-4.36 2.32,-5.93 1.54,-1.56 3.52,-2.34 5.92,-2.34z"
android:strokeWidth=".33085" />
<path
android:fillColor="#ff7100"
android:pathData="m211.67,109.54a59.27,59.27 0,0 0,-59.27 59.27,59.27 59.27,0 0,0 59.27,59.27 59.27,59.27 0,0 0,59.27 -59.27,59.27 59.27,0 0,0 -59.27,-59.27zM217.6,134.94h10.07c1.76,0 3.25,0.61 4.47,1.83 1.22,1.22 1.83,2.71 1.83,4.47 0,1.76 -0.61,3.26 -1.83,4.52 -1.22,1.25 -2.71,1.88 -4.47,1.88h-10.07v40.92c0,3.95 -1.36,7.29 -4.09,10.02 -2.73,2.73 -6.07,4.09 -10.02,4.09s-7.29,-1.36 -10.02,-4.09c-2.73,-2.73 -4.09,-6.07 -4.09,-10.02s1.36,-7.29 4.09,-10.02c2.73,-2.73 6.07,-4.09 10.02,-4.09 1.76,0 3.34,0.25 4.75,0.75 1.41,0.5 2.65,1.19 3.72,2.07v-36.69c0,-1.57 0.55,-2.9 1.65,-4 1.1,-1.1 2.43,-1.65 4,-1.65z"
android:strokeWidth=".31337" />
</group>
<group android:scaleX="0.5"
android:scaleY="0.5"
android:translateX="67.7325"
android:translateY="67.7325">
<path
android:pathData="M63.98,42.86c-11.69,0 -22.12,4.19 -31.28,12.57 -9.16,8.38 -14.62,18.41 -16.38,30.1L0.43,196.32c-1.32,9.92 0.39,17.69 5.13,23.32 4.74,5.62 11.31,8.43 19.69,8.43 5.07,0 9.38,-0.83 12.91,-2.48 3.53,-1.65 6.51,-3.69 8.94,-6.12l34.42,-34.4h73.23a59.27,59.27 0,0 1,-2.35 -16.27,59.27 59.27,0 0,1 59.27,-59.27 59.27,59.27 0,0 1,50.65 28.51l-7.37,-52.52c-1.76,-11.69 -7.23,-21.72 -16.38,-30.1 -9.16,-8.38 -19.58,-12.57 -31.28,-12.57ZM180.15,79.24c3.53,0 6.62,1.32 9.27,3.97 2.65,2.65 3.97,5.73 3.97,9.26 0,3.53 -1.32,6.61 -3.97,9.26 -2.65,2.65 -5.74,3.97 -9.27,3.97 -3.53,0 -6.62,-1.32 -9.27,-3.97 -2.65,-2.64 -3.97,-5.73 -3.97,-9.26 0,-3.53 1.33,-6.61 3.97,-9.26 2.65,-2.65 5.74,-3.97 9.27,-3.97zM84.13,80.9c2.4,0 4.39,0.78 5.96,2.34 1.57,1.56 2.36,3.54 2.36,5.93v16.54h16.55c2.39,0 4.37,0.77 5.93,2.32 1.56,1.54 2.35,3.51 2.35,5.91 0,2.4 -0.78,4.38 -2.34,5.95 -1.56,1.57 -3.54,2.35 -5.93,2.35L92.44,122.24v16.54c0,2.39 -0.77,4.36 -2.32,5.93 -1.54,1.56 -3.52,2.34 -5.92,2.34 -2.4,0 -4.39,-0.78 -5.96,-2.34 -1.57,-1.56 -2.36,-3.54 -2.36,-5.93L75.89,122.24L59.35,122.24c-2.39,0 -4.37,-0.77 -5.93,-2.32 -1.56,-1.54 -2.34,-3.52 -2.34,-5.91 0,-2.4 0.78,-4.38 2.35,-5.95 1.56,-1.57 3.54,-2.35 5.93,-2.35h16.55v-16.54c0,-2.39 0.77,-4.36 2.32,-5.93 1.54,-1.56 3.52,-2.34 5.92,-2.34z"
android:strokeWidth=".330848"
android:fillColor="#021848"/>
<path
android:pathData="M211.67,109.54a59.27,59.27 0,0 0,-59.27 59.27,59.27 59.27,0 0,0 59.27,59.27 59.27,59.27 0,0 0,59.27 -59.27,59.27 59.27,0 0,0 -59.27,-59.27ZM217.59,134.94h10.07c1.76,0 3.24,0.61 4.47,1.84 1.22,1.22 1.84,2.71 1.84,4.47 0,1.76 -0.61,3.26 -1.84,4.51 -1.22,1.25 -2.71,1.88 -4.47,1.88h-10.07v40.92c0,3.95 -1.36,7.29 -4.09,10.02 -2.73,2.73 -6.07,4.09 -10.02,4.09 -3.95,0 -7.29,-1.36 -10.02,-4.09 -2.73,-2.73 -4.09,-6.07 -4.09,-10.02 0,-3.95 1.36,-7.29 4.09,-10.02 2.73,-2.73 6.07,-4.09 10.02,-4.09 1.75,0 3.34,0.25 4.75,0.75 1.41,0.5 2.65,1.19 3.72,2.07v-36.69c0,-1.57 0.55,-2.9 1.65,-4 1.1,-1.1 2.43,-1.65 4,-1.65z"
android:strokeWidth=".313368"
android:fillColor="#ff7100"/>
</group>
</vector>
19 changes: 9 additions & 10 deletions android/app/src/main/res/drawable/ic_launcher_monochrome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
android:height="108dp"
android:viewportWidth="270.93"
android:viewportHeight="270.93">
<group
android:scaleX="0.45"
android:scaleY="0.45"
android:translateX="74.50575"
android:translateY="74.50575">
<path
android:fillColor="#FF000000"
android:pathData="m63.98,42.86c-11.69,0 -22.12,4.19 -31.28,12.57 -9.16,8.38 -14.62,18.41 -16.38,30.1l-15.89,110.79c-1.32,9.92 0.39,17.69 5.13,23.32 4.74,5.62 11.31,8.43 19.69,8.43 5.07,0 9.38,-0.83 12.91,-2.48 3.53,-1.65 6.51,-3.69 8.94,-6.12l34.42,-34.4h73.19a59.27,59.27 0,0 0,56.96 42.99,59.27 59.27,0 0,0 59.27,-59.27 59.27,59.27 0,0 0,-9.03 -31.37,59.27 59.27,0 0,1 0.42,0.61l-7.37,-52.52c-1.77,-11.69 -7.23,-21.72 -16.38,-30.1 -9.16,-8.38 -19.58,-12.57 -31.28,-12.57h-143.31zM180.15,79.24c3.53,0 6.62,1.32 9.27,3.97 2.65,2.65 3.97,5.73 3.97,9.26 0,3.53 -1.32,6.61 -3.97,9.26 -2.65,2.65 -5.74,3.97 -9.27,3.97 -3.53,0 -6.62,-1.32 -9.27,-3.97 -2.65,-2.65 -3.97,-5.73 -3.97,-9.26 0,-3.53 1.32,-6.61 3.97,-9.26 2.65,-2.65 5.74,-3.97 9.27,-3.97zM84.13,80.9c2.4,0 4.39,0.78 5.96,2.34 1.57,1.56 2.36,3.54 2.36,5.93v16.54h16.55c2.39,0 4.37,0.77 5.93,2.32 1.56,1.54 2.34,3.51 2.34,5.91 0,2.4 -0.78,4.38 -2.34,5.95 -1.56,1.57 -3.54,2.35 -5.93,2.35h-16.55v16.54c0,2.39 -0.77,4.36 -2.32,5.93 -1.54,1.56 -3.52,2.34 -5.92,2.34v-0c-2.4,0 -4.39,-0.78 -5.96,-2.34 -1.57,-1.56 -2.36,-3.54 -2.36,-5.93v-16.54h-16.55c-2.39,0 -4.37,-0.77 -5.93,-2.32 -1.56,-1.54 -2.34,-3.52 -2.34,-5.91 0,-2.4 0.78,-4.38 2.34,-5.95 1.56,-1.57 3.54,-2.35 5.93,-2.35h16.55v-16.54c0,-2.39 0.77,-4.36 2.32,-5.93 1.54,-1.56 3.52,-2.34 5.92,-2.34zM217.11,109.82a59.27,59.27 0,0 1,1.51 0.17,59.27 59.27,0 0,0 -1.51,-0.17zM206.14,109.83a59.27,59.27 0,0 0,-1.55 0.17,59.27 59.27,0 0,1 1.55,-0.17zM222.84,110.64a59.27,59.27 0,0 1,1.31 0.25,59.27 59.27,0 0,0 -1.31,-0.25zM200.22,110.69a59.27,59.27 0,0 0,-1.22 0.23,59.27 59.27,0 0,1 1.22,-0.23zM229.44,112.28a59.27,59.27 0,0 1,0.73 0.26,59.27 59.27,0 0,0 -0.73,-0.26zM193.69,112.35a59.27,59.27 0,0 0,-1.17 0.41,59.27 59.27,0 0,1 1.17,-0.41zM234.61,114.2a59.27,59.27 0,0 1,1.36 0.6,59.27 59.27,0 0,0 -1.36,-0.6zM188.39,114.34a59.27,59.27 0,0 0,-1.43 0.62,59.27 59.27,0 0,1 1.43,-0.62zM240.14,116.86a59.27,59.27 0,0 1,0.77 0.4,59.27 59.27,0 0,0 -0.77,-0.4zM245.59,120.23a59.27,59.27 0,0 1,0.87 0.64,59.27 59.27,0 0,0 -0.87,-0.64zM177.39,120.49a59.27,59.27 0,0 0,-1.25 0.92,59.27 59.27,0 0,1 1.25,-0.92zM250.03,123.68a59.27,59.27 0,0 1,1.03 0.88,59.27 59.27,0 0,0 -1.03,-0.88zM172.7,124.2a59.27,59.27 0,0 0,-0.94 0.81,59.27 59.27,0 0,1 0.94,-0.81zM167.87,128.9a59.27,59.27 0,0 0,-0.8 0.92,59.27 59.27,0 0,1 0.8,-0.92zM258.61,132.67a59.27,59.27 0,0 1,0.73 0.99,59.27 59.27,0 0,0 -0.73,-0.99zM164.27,133.29a59.27,59.27 0,0 0,-0.91 1.24,59.27 59.27,0 0,1 0.91,-1.24zM217.59,134.94h10.07c1.76,0 3.25,0.61 4.47,1.83 1.22,1.22 1.83,2.71 1.83,4.47 0,1.76 -0.61,3.26 -1.83,4.52 -1.22,1.25 -2.71,1.88 -4.47,1.88h-10.07v40.92c0,3.95 -1.36,7.29 -4.09,10.02 -2.73,2.73 -6.07,4.09 -10.02,4.09 -3.95,0 -7.29,-1.36 -10.02,-4.09 -2.73,-2.73 -4.09,-6.07 -4.09,-10.02 0,-3.95 1.36,-7.29 4.09,-10.02 2.73,-2.73 6.07,-4.09 10.02,-4.09 1.76,0 3.34,0.25 4.75,0.75 1.41,0.5 2.65,1.19 3.72,2.07v-36.69c0,-1.57 0.55,-2.9 1.65,-4 1.1,-1.1 2.43,-1.65 4,-1.65zM157.83,144.11a59.27,59.27 0,0 0,-0.62 1.41,59.27 59.27,0 0,1 0.62,-1.41zM155.61,149.67a59.27,59.27 0,0 0,-0.4 1.15,59.27 59.27,0 0,1 0.4,-1.15zM153.79,156.15a59.27,59.27 0,0 0,-0.23 1.19,59.27 59.27,0 0,1 0.23,-1.19zM152.86,161.74a59.27,59.27 0,0 0,-0.17 1.53,59.27 59.27,0 0,1 0.17,-1.53zM152.68,174.2a59.27,59.27 0,0 0,0.03 0.27,59.27 59.27,0 0,1 -0.03,-0.27z"
android:strokeWidth=".33085" />
</group>
<group android:scaleX="0.5"
android:scaleY="0.5"
android:translateX="67.7325"
android:translateY="67.7325">
<path
android:pathData="M63.98,42.86c-11.69,0 -22.12,4.19 -31.28,12.57 -9.16,8.38 -14.62,18.41 -16.38,30.1L0.43,196.32c-1.32,9.92 0.39,17.69 5.13,23.32 4.74,5.62 11.31,8.43 19.69,8.43 5.07,0 9.38,-0.83 12.91,-2.48 3.53,-1.65 6.51,-3.69 8.94,-6.12l34.42,-34.4h73.19a59.27,59.27 0,0 0,56.96 42.99,59.27 59.27,0 0,0 59.27,-59.27 59.27,59.27 0,0 0,-8.94 -31.19,59.27 59.27,0 0,1 0.33,0.44l-7.37,-52.52c-1.76,-11.69 -7.23,-21.72 -16.38,-30.1 -9.16,-8.38 -19.58,-12.57 -31.28,-12.57ZM180.15,79.24c3.53,0 6.62,1.32 9.27,3.97 2.65,2.65 3.97,5.73 3.97,9.26 0,3.53 -1.33,6.61 -3.97,9.26 -2.65,2.65 -5.74,3.97 -9.27,3.97 -3.53,0 -6.62,-1.32 -9.27,-3.97 -2.65,-2.65 -3.97,-5.73 -3.97,-9.26 0,-3.53 1.32,-6.61 3.97,-9.26 2.65,-2.65 5.74,-3.97 9.27,-3.97zM84.13,80.9c2.4,0 4.39,0.78 5.96,2.34 1.57,1.56 2.36,3.54 2.36,5.93v16.54h16.55c2.39,0 4.37,0.77 5.93,2.32 1.56,1.54 2.35,3.52 2.35,5.91 0,2.4 -0.78,4.38 -2.34,5.95 -1.56,1.57 -3.54,2.35 -5.93,2.35L92.44,122.24v16.54c0,2.39 -0.77,4.36 -2.32,5.93 -1.54,1.56 -3.52,2.34 -5.92,2.34 -2.4,0 -4.39,-0.78 -5.96,-2.34 -1.57,-1.56 -2.36,-3.54 -2.36,-5.93v-16.54L59.35,122.24c-2.39,0 -4.37,-0.77 -5.93,-2.32 -1.56,-1.54 -2.34,-3.52 -2.34,-5.91 0,-2.4 0.78,-4.38 2.34,-5.95 1.56,-1.57 3.54,-2.35 5.93,-2.35h16.55L75.89,89.17c0,-2.39 0.77,-4.36 2.32,-5.93 1.54,-1.56 3.52,-2.34 5.92,-2.34zM201.32,110.56a59.27,59.27 0,0 0,-2.9 0.63,59.27 59.27,0 0,1 2.9,-0.63zM222.42,110.64a59.27,59.27 0,0 1,2.81 0.61,59.27 59.27,0 0,0 -2.81,-0.61zM190.72,113.52a59.27,59.27 0,0 0,-2.48 0.93,59.27 59.27,0 0,1 2.48,-0.93zM234.05,114.06a59.27,59.27 0,0 1,1.61 0.6,59.27 59.27,0 0,0 -1.61,-0.6zM179.13,119.32a59.27,59.27 0,0 0,-1.53 1.15,59.27 59.27,0 0,1 1.53,-1.15zM245.03,119.94a59.27,59.27 0,0 1,2.07 1.55,59.27 59.27,0 0,0 -2.07,-1.55zM170.95,125.92a59.27,59.27 0,0 0,-2.17 2.17,59.27 59.27,0 0,1 2.17,-2.17zM253.79,127.32a59.27,59.27 0,0 1,1.69 1.69,59.27 59.27,0 0,0 -1.69,-1.69zM163.32,134.74a59.27,59.27 0,0 0,-1.14 1.52,59.27 59.27,0 0,1 1.14,-1.52zM217.59,134.94h10.07c1.76,0 3.24,0.61 4.47,1.83 1.22,1.22 1.84,2.71 1.84,4.47 0,1.76 -0.61,3.26 -1.84,4.51 -1.22,1.25 -2.71,1.88 -4.47,1.88h-10.07v40.92c0,3.95 -1.36,7.29 -4.09,10.02 -2.73,2.73 -6.07,4.09 -10.02,4.09 -3.95,0 -7.29,-1.36 -10.02,-4.09 -2.73,-2.73 -4.09,-6.07 -4.09,-10.02 0,-3.95 1.36,-7.29 4.09,-10.02 2.73,-2.73 6.07,-4.09 10.02,-4.09 1.75,0 3.34,0.25 4.75,0.75 1.41,0.5 2.65,1.19 3.72,2.07v-36.69c0,-1.57 0.55,-2.9 1.65,-4 1.1,-1.1 2.43,-1.65 4,-1.65zM157.31,145.38a59.27,59.27 0,0 0,-0.92 2.48,59.27 59.27,0 0,1 0.92,-2.48zM154.05,155.55a59.27,59.27 0,0 0,-0.63 2.9,59.27 59.27,0 0,1 0.63,-2.9z"
android:strokeWidth=".330848"
android:fillColor="#000"/>
</group>
</vector>
2 changes: 1 addition & 1 deletion android/app/src/main/res/mipmap/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FAFAFA</color>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ plugins {
alias libs.plugins.kotlin.android apply false
}

rootProject.buildDir = '../build'
rootProject.layout.buildDirectory.set(new File('../build'))
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
project.layout.buildDirectory.set(rootProject.layout.buildDirectory.dir(project.name))
}
subprojects {
project.evaluationDependsOn(':app')
}

tasks.register("clean", Delete) {
delete rootProject.buildDir
delete rootProject.layout.buildDirectory
}
4 changes: 3 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
android.useAndroidX=true
android.useAndroidX=true
org.gradle.caching=true
org.gradle.parallel=true
5 changes: 2 additions & 3 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[versions]
androidGradlePlugin = "8.1.0"
kotlinVersion = "1.8.22"
androidGradlePlugin = "8.1.1"
kotlinVersion = "1.9.10"

[libraries]
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlinVersion" }

[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
Expand Down
4 changes: 2 additions & 2 deletions android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionSha256Sum=591855b517fc635b9e04de1d05d5e76ada3f89f5fc76f87978d1b245b4f69225
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyResolutionManagement {
mavenCentral()
}
}
rootProject.name = "vidya_music"
rootProject.name = "Vidya Music"
include ':app'

def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
Expand Down
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
Loading

0 comments on commit d25adcf

Please sign in to comment.