Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to version name : "0.2.3-hf2" #506

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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