Skip to content

Commit

Permalink
Merge pull request #506 from Iliano101/tagUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev authored Aug 15, 2024
2 parents eaba3a2 + d758768 commit 3bd7a39
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 20
versionName = "0.2.3-hotfix"
versionName = "0.2.3-hf2"
vectorDrawables.useSupportLibrary = true

ksp {
Expand Down Expand Up @@ -309,6 +309,6 @@ aboutLibraries {
registerAndroidTasks = false
excludeFields = arrayOf("generated")
}
tasks.withType<CompileArtProfileTask>() {
tasks.withType<CompileArtProfileTask> {
enabled = false
}
38 changes: 19 additions & 19 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.maxrave.simpmusic",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 20,
"versionName": "0.2.3-hotfix",
"outputFile": "app-release.apk"
}
],
"elementType": "File",
"minSdkVersionForDexing": 26
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.maxrave.simpmusic",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 20,
"versionName": "0.2.3-hf2",
"outputFile": "app-release.apk"
}
],
"elementType": "File",
"minSdkVersionForDexing": 26
}
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<string name="no_equalizer">Your device doesn\'t have equalizer</string>
<string name="open_system_equalizer">Open system equalizer</string>
<string name="use_your_system_equalizer">Use your system equalizer</string>
<string name="version_name" translatable="false">v0.2.3-hotfix</string>
<string name="version_name" translatable="false">v0.2.3-hf2</string>
<string name="streaming_data_provider_piped">Streaming data provider (Piped)</string>
<string name="itag">Itag</string>
<string name="mime_type">Mime Type</string>
Expand Down

0 comments on commit 3bd7a39

Please sign in to comment.