diff --git a/app/build.gradle b/app/build.gradle index 98bc61a82..19e6c9c95 100644 --- a/app/build.gradle +++ b/app/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' diff --git a/catvod/build.gradle b/catvod/build.gradle index bba383c45..6fc8be832 100644 --- a/catvod/build.gradle +++ b/catvod/build.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'com.github.catvod.crawler' - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 21 diff --git a/chaquo/build.gradle b/chaquo/build.gradle index 0e4f81e70..f9ada6d0e 100644 --- a/chaquo/build.gradle +++ b/chaquo/build.gradle @@ -6,7 +6,7 @@ plugins { android { namespace 'com.fongmi.chaquo' - compileSdk 35 + compileSdk 36 flavorDimensions = ["abi"] defaultConfig { diff --git a/forcetech/build.gradle b/forcetech/build.gradle index 91b77e7ae..9f7834306 100644 --- a/forcetech/build.gradle +++ b/forcetech/build.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'com.forcetech' - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 21 diff --git a/hook/build.gradle b/hook/build.gradle index b00fce4c6..f7e4d927b 100644 --- a/hook/build.gradle +++ b/hook/build.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'com.fongmi.hook' - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 21 diff --git a/jianpian/build.gradle b/jianpian/build.gradle index 4de577838..9aaef8d53 100644 --- a/jianpian/build.gradle +++ b/jianpian/build.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'com.p2p' - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 21 diff --git a/quickjs/build.gradle b/quickjs/build.gradle index 1c3d2a7fb..61f056ad5 100644 --- a/quickjs/build.gradle +++ b/quickjs/build.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'com.fongmi.android.tv.quickjs' - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 21 diff --git a/thunder/build.gradle b/thunder/build.gradle index 7f8945591..831e31a2d 100644 --- a/thunder/build.gradle +++ b/thunder/build.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'com.ghost.thunder' - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 21 diff --git a/tvbus/build.gradle b/tvbus/build.gradle index d66838cb1..2c6ff581c 100644 --- a/tvbus/build.gradle +++ b/tvbus/build.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'com.tvbus.engine' - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 21 diff --git a/zlive/build.gradle b/zlive/build.gradle index d9e51d524..f2b9822e5 100644 --- a/zlive/build.gradle +++ b/zlive/build.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'com.east.android.zlive' - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 21