Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moriafly committed Jan 7, 2021
1 parent ae041f6 commit dc0cd45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ android {
applicationId "com.dirror.music"
minSdkVersion 23
targetSdkVersion 30
versionCode 270
versionName "2.3.0"
versionCode 271
versionName "2.3.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

ndk {
abiFilters 'arm64-v8a', 'x86'
abiFilters 'arm64-v8a' // , 'x86'
}
}

Expand Down
Binary file renamed app/release/2.3.0.apk → app/release/2.3.1.apk
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 @@ -10,8 +10,8 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 270,
"versionName": "2.3.0",
"versionCode": 271,
"versionName": "2.3.1",
"outputFile": "app-release.apk"
}
]
Expand Down

0 comments on commit dc0cd45

Please sign in to comment.