mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
Merge pull request #6729 from Bnyro/master
chore: bump version to v0.26.0
This commit is contained in:
commit
d337b3baed
@ -15,8 +15,8 @@ android {
|
||||
applicationId = "com.github.libretube"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 57
|
||||
versionName = "0.25.2"
|
||||
versionCode = 58
|
||||
versionName = "0.26.0"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
resValue("string", "app_name", "LibreTube")
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -11,8 +11,8 @@
|
||||
"type": "UNIVERSAL",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 55,
|
||||
"versionName": "0.25.0",
|
||||
"versionCode": 58,
|
||||
"versionName": "0.26.0",
|
||||
"outputFile": "app-universal-release.apk"
|
||||
},
|
||||
{
|
||||
@ -24,8 +24,8 @@
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 55,
|
||||
"versionName": "0.25.0",
|
||||
"versionCode": 58,
|
||||
"versionName": "0.26.0",
|
||||
"outputFile": "app-armeabi-v7a-release.apk"
|
||||
},
|
||||
{
|
||||
@ -37,23 +37,10 @@
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 55,
|
||||
"versionName": "0.25.0",
|
||||
"versionCode": 58,
|
||||
"versionName": "0.26.0",
|
||||
"outputFile": "app-arm64-v8a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 55,
|
||||
"versionName": "0.25.0",
|
||||
"outputFile": "app-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
@ -63,9 +50,22 @@
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 55,
|
||||
"versionName": "0.25.0",
|
||||
"versionCode": 58,
|
||||
"versionName": "0.26.0",
|
||||
"outputFile": "app-x86_64-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 58,
|
||||
"versionName": "0.26.0",
|
||||
"outputFile": "app-x86-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File",
|
||||
@ -77,8 +77,8 @@
|
||||
"baselineProfiles/1/app-universal-release.dm",
|
||||
"baselineProfiles/1/app-armeabi-v7a-release.dm",
|
||||
"baselineProfiles/1/app-arm64-v8a-release.dm",
|
||||
"baselineProfiles/1/app-x86-release.dm",
|
||||
"baselineProfiles/1/app-x86_64-release.dm"
|
||||
"baselineProfiles/1/app-x86_64-release.dm",
|
||||
"baselineProfiles/1/app-x86-release.dm"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -88,8 +88,8 @@
|
||||
"baselineProfiles/0/app-universal-release.dm",
|
||||
"baselineProfiles/0/app-armeabi-v7a-release.dm",
|
||||
"baselineProfiles/0/app-arm64-v8a-release.dm",
|
||||
"baselineProfiles/0/app-x86-release.dm",
|
||||
"baselineProfiles/0/app-x86_64-release.dm"
|
||||
"baselineProfiles/0/app-x86_64-release.dm",
|
||||
"baselineProfiles/0/app-x86-release.dm"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/58.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/58.txt
Normal file
@ -0,0 +1,6 @@
|
||||
* feat: audio player support for no internet activity
|
||||
* feat: downloads fragment rework, playing queue and audio player support
|
||||
* feat: ask user to play downloaded version if video already downloaded
|
||||
* feat: support for importing watch history from YouTube
|
||||
* feat: support for shuffling downloaded audio content
|
||||
* feat: RYD support for local stream extraction
|
Loading…
Reference in New Issue
Block a user