Skip to content

Commit

Permalink
1,适配音乐节版本。
Browse files Browse the repository at this point in the history
  • Loading branch information
keluokeda committed Apr 12, 2023
1 parent 697a3d4 commit feee1d8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.ke.hs_tracker.app"
minSdk libs.versions.minsdk.get().toInteger()
targetSdk libs.versions.targetsdk.get().toInteger()
versionCode 26
versionName "1.2.6"
versionCode 27
versionName "1.2.7"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ enum class Mechanics {
* 法力渴求
*/
ManaThirst,

OVERHEAL
}


Expand Down
13 changes: 13 additions & 0 deletions module/src/main/res/drawable/module_baseline_clear_black_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="#000000"
android:viewportWidth="24.0"
android:viewportHeight="24.0">

<path
android:fillColor="@android:color/white"
android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z" />

</vector>

0 comments on commit feee1d8

Please sign in to comment.