Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rimthekid committed Mar 18, 2022
1 parent aaa8bda commit a066a86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId 'com.github.libretube'
minSdk 21
targetSdk 31
versionCode 5
versionName '0.2.3'
versionCode 6
versionName '0.2.4'
multiDexEnabled true
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
resValue "string", "app_name", "LibreTube"
Expand Down
12 changes: 6 additions & 6 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,39 +25,39 @@
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
"value": "x86"
}
],
"attributes": [],
"versionCode": 5,
"versionName": "0.2.3",
"outputFile": "app-armeabi-v7a-release.apk"
"outputFile": "app-x86-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 5,
"versionName": "0.2.3",
"outputFile": "app-x86-release.apk"
"outputFile": "app-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 5,
"versionName": "0.2.3",
"outputFile": "app-arm64-v8a-release.apk"
"outputFile": "app-armeabi-v7a-release.apk"
}
],
"elementType": "File"
Expand Down

0 comments on commit a066a86

Please sign in to comment.