Skip to content

Commit

Permalink
1,适配新版本。
Browse files Browse the repository at this point in the history
  • Loading branch information
keluokeda committed Aug 1, 2023
1 parent 7f8abe6 commit a80cee1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.ke.hs_tracker.app"
minSdk libs.versions.minsdk.get().toInteger()
targetSdk libs.versions.targetsdk.get().toInteger()
versionCode 30
versionName "1.3.0"
versionCode 31
versionName "1.3.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 30,
"versionName": "1.3.0",
"versionCode": 31,
"versionName": "1.3.1",
"outputFile": "app-release.apk"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,11 @@ enum class Mechanics {

VENOMOUS,

MAGNETIC
MAGNETIC,

FORGE,

TITAN
}


Expand Down

0 comments on commit a80cee1

Please sign in to comment.