update gradle

This commit is contained in:
LagradOst 2021-07-29 18:01:19 +02:00
parent 936ca06f7b
commit db4cdb0ae2
2 changed files with 5 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
applicationId "com.lagradost.cloudstream3"
minSdkVersion 21
targetSdkVersion 30
versionCode 5
versionName "1.1.3"
versionCode 6
versionName "1.1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -18,6 +18,9 @@ class TrailersToProvider : MainAPI() {
override val hasMainPage: Boolean
get() = true
override val hasChromecastSupport: Boolean
get() = false
override fun getMainPage(): HomePageResponse? {
val response = khttp.get(mainUrl)
val document = Jsoup.parse(response.text)