Release v1.1.0
This commit is contained in:
@@ -13,8 +13,8 @@ android {
|
||||
applicationId = "com.futbollibre.tv"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
versionCode = 2
|
||||
versionName = "1.1.0"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -46,6 +46,7 @@ dependencies {
|
||||
|
||||
// ExoPlayer for HLS streaming
|
||||
implementation("androidx.media3:media3-exoplayer:1.2.1")
|
||||
implementation("androidx.media3:media3-datasource-okhttp:1.2.1")
|
||||
implementation("androidx.media3:media3-exoplayer-dash:1.2.1")
|
||||
implementation("androidx.media3:media3-exoplayer-hls:1.2.1")
|
||||
implementation("androidx.media3:media3-ui:1.2.1")
|
||||
@@ -60,6 +61,7 @@ dependencies {
|
||||
|
||||
// OkHttp for HTTP requests
|
||||
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0")
|
||||
|
||||
// Jsoup for HTML parsing
|
||||
implementation("org.jsoup:jsoup:1.17.2")
|
||||
|
||||
Reference in New Issue
Block a user