Build: 10 Transcoding Download Merge
This commit is contained in:
parent
362201eddf
commit
5a8403f6a9
11 changed files with 34 additions and 33 deletions
|
@ -10,7 +10,8 @@ Personal fork
|
|||
- Completely native interface
|
||||
- Supported media items: movies, series, seasons, episodes
|
||||
- Direct play and Transcoding
|
||||
- Offline playback / downloads
|
||||
- Offline playback / downloads
|
||||
- Transcoding Downloads (Original - 720p - 480p - 360p)
|
||||
- ExoPlayer
|
||||
- Video codecs: H.263, H.264, H.265, VP8, VP9, AV1
|
||||
- Support depends on Android device
|
||||
|
|
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.
|
@ -16,22 +16,9 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 9,
|
||||
"versionName": "0.14.2",
|
||||
"outputFile": "ananas-v0.14.2-libre-armeabi-v7a.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 9,
|
||||
"versionName": "0.14.2",
|
||||
"outputFile": "ananas-v0.14.2-libre-x86_64.apk"
|
||||
"versionCode": 10,
|
||||
"versionName": "ananasRelease-0.10.0@0.14.2",
|
||||
"outputFile": "ananas-vananasRelease-0.10.0@0.14.2-libre-armeabi-v7a.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -42,9 +29,22 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 9,
|
||||
"versionName": "0.14.2",
|
||||
"outputFile": "ananas-v0.14.2-libre-x86.apk"
|
||||
"versionCode": 10,
|
||||
"versionName": "ananasRelease-0.10.0@0.14.2",
|
||||
"outputFile": "ananas-vananasRelease-0.10.0@0.14.2-libre-x86.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 10,
|
||||
"versionName": "ananasRelease-0.10.0@0.14.2",
|
||||
"outputFile": "ananas-vananasRelease-0.10.0@0.14.2-libre-x86_64.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -55,9 +55,9 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 9,
|
||||
"versionName": "0.14.2",
|
||||
"outputFile": "ananas-v0.14.2-libre-arm64-v8a.apk"
|
||||
"versionCode": 10,
|
||||
"versionName": "ananasRelease-0.10.0@0.14.2",
|
||||
"outputFile": "ananas-vananasRelease-0.10.0@0.14.2-libre-arm64-v8a.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File",
|
||||
|
@ -66,20 +66,20 @@
|
|||
"minApi": 28,
|
||||
"maxApi": 30,
|
||||
"baselineProfiles": [
|
||||
"baselineProfiles/1/ananas-v0.14.2-libre-armeabi-v7a.dm",
|
||||
"baselineProfiles/1/ananas-v0.14.2-libre-x86_64.dm",
|
||||
"baselineProfiles/1/ananas-v0.14.2-libre-x86.dm",
|
||||
"baselineProfiles/1/ananas-v0.14.2-libre-arm64-v8a.dm"
|
||||
"baselineProfiles/1/ananas-vananasRelease-0.10.0@0.14.2-libre-armeabi-v7a.dm",
|
||||
"baselineProfiles/1/ananas-vananasRelease-0.10.0@0.14.2-libre-x86.dm",
|
||||
"baselineProfiles/1/ananas-vananasRelease-0.10.0@0.14.2-libre-x86_64.dm",
|
||||
"baselineProfiles/1/ananas-vananasRelease-0.10.0@0.14.2-libre-arm64-v8a.dm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minApi": 31,
|
||||
"maxApi": 2147483647,
|
||||
"baselineProfiles": [
|
||||
"baselineProfiles/0/ananas-v0.14.2-libre-armeabi-v7a.dm",
|
||||
"baselineProfiles/0/ananas-v0.14.2-libre-x86_64.dm",
|
||||
"baselineProfiles/0/ananas-v0.14.2-libre-x86.dm",
|
||||
"baselineProfiles/0/ananas-v0.14.2-libre-arm64-v8a.dm"
|
||||
"baselineProfiles/0/ananas-vananasRelease-0.10.0@0.14.2-libre-armeabi-v7a.dm",
|
||||
"baselineProfiles/0/ananas-vananasRelease-0.10.0@0.14.2-libre-x86.dm",
|
||||
"baselineProfiles/0/ananas-vananasRelease-0.10.0@0.14.2-libre-x86_64.dm",
|
||||
"baselineProfiles/0/ananas-vananasRelease-0.10.0@0.14.2-libre-arm64-v8a.dm"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import org.gradle.api.JavaVersion
|
||||
|
||||
object Versions {
|
||||
const val appCode = 9
|
||||
const val appName = "0.14.2"
|
||||
const val appCode = 10
|
||||
const val appName = "ananasRelease-0.10.0@0.14.2"
|
||||
|
||||
const val compileSdk = 34
|
||||
const val buildTools = "34.0.0"
|
||||
|
|
Loading…
Reference in a new issue