Update sdk to 36

pull/590/head
jhengazuki 9 months ago
parent 1625fd7b5e
commit 79efb8ca4b
  1. 8
      app/build.gradle
  2. 2
      catvod/build.gradle
  3. 2
      chaquo/build.gradle
  4. 2
      forcetech/build.gradle
  5. 2
      hook/build.gradle
  6. 2
      jianpian/build.gradle
  7. 2
      quickjs/build.gradle
  8. 2
      thunder/build.gradle
  9. 2
      tvbus/build.gradle
  10. 2
      zlive/build.gradle

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.fongmi.android.tv'
compileSdk 35
compileSdk 36
flavorDimensions = ["mode", "abi"]
defaultConfig {
@ -13,8 +13,8 @@ android {
minSdk 21
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 404
versionName "4.0.4"
versionCode 405
versionName "4.0.5"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]
@ -101,7 +101,7 @@ dependencies {
implementation 'com.github.teamnewpipe:NewPipeExtractor:v0.24.6'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.zxing:core:3.5.3'
implementation 'com.guolindev.permissionx:permissionx:1.8.0'
implementation 'com.guolindev.permissionx:permissionx:1.8.1'
implementation 'com.hierynomus:smbj:0.14.0'
implementation 'io.antmedia:rtmp-client:3.2.0'
implementation 'javax.servlet:javax.servlet-api:3.1.0'

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.github.catvod.crawler'
compileSdk 35
compileSdk 36
defaultConfig {
minSdk 21

@ -6,7 +6,7 @@ plugins {
android {
namespace 'com.fongmi.chaquo'
compileSdk 35
compileSdk 36
flavorDimensions = ["abi"]
defaultConfig {

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.forcetech'
compileSdk 35
compileSdk 36
defaultConfig {
minSdk 21

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.fongmi.hook'
compileSdk 35
compileSdk 36
defaultConfig {
minSdk 21

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.p2p'
compileSdk 35
compileSdk 36
defaultConfig {
minSdk 21

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.fongmi.android.tv.quickjs'
compileSdk 35
compileSdk 36
defaultConfig {
minSdk 21

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.ghost.thunder'
compileSdk 35
compileSdk 36
defaultConfig {
minSdk 21

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.tvbus.engine'
compileSdk 35
compileSdk 36
defaultConfig {
minSdk 21

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.east.android.zlive'
compileSdk 35
compileSdk 36
defaultConfig {
minSdk 21

Loading…
Cancel
Save