Update sdk to 36.1

pull/605/head
jhengazuki 4 months ago
parent cc200aee38
commit 1d903ad333
  1. 6
      app/build.gradle
  2. 6
      catvod/build.gradle
  3. 6
      chaquo/build.gradle
  4. 6
      forcetech/build.gradle
  5. 6
      hook/build.gradle
  6. 6
      jianpian/build.gradle
  7. 6
      quickjs/build.gradle
  8. 6
      thunder/build.gradle
  9. 6
      tvbus/build.gradle
  10. 6
      zlive/build.gradle

@ -5,7 +5,11 @@ plugins {
android {
namespace 'com.fongmi.android.tv'
compileSdk = 36
compileSdk {
version = release(36) {
it.minorApiLevel = 1
}
}
defaultConfig {
applicationId "com.fongmi.android.tv"

@ -5,7 +5,11 @@ plugins {
android {
namespace 'com.github.catvod.crawler'
compileSdk = 36
compileSdk {
version = release(36) {
it.minorApiLevel = 1
}
}
defaultConfig {
minSdk 24

@ -6,7 +6,11 @@ plugins {
android {
namespace 'com.fongmi.chaquo'
compileSdk = 36
compileSdk {
version = release(36) {
it.minorApiLevel = 1
}
}
defaultConfig {
minSdk 24

@ -5,7 +5,11 @@ plugins {
android {
namespace 'com.forcetech'
compileSdk = 36
compileSdk {
version = release(36) {
it.minorApiLevel = 1
}
}
defaultConfig {
minSdk 24

@ -5,7 +5,11 @@ plugins {
android {
namespace 'com.fongmi.hook'
compileSdk = 36
compileSdk {
version = release(36) {
it.minorApiLevel = 1
}
}
defaultConfig {
minSdk 24

@ -5,7 +5,11 @@ plugins {
android {
namespace 'com.p2p'
compileSdk = 36
compileSdk {
version = release(36) {
it.minorApiLevel = 1
}
}
defaultConfig {
minSdk 24

@ -5,7 +5,11 @@ plugins {
android {
namespace 'com.fongmi.android.tv.quickjs'
compileSdk = 36
compileSdk {
version = release(36) {
it.minorApiLevel = 1
}
}
defaultConfig {
minSdk 24

@ -5,7 +5,11 @@ plugins {
android {
namespace 'com.ghost.thunder'
compileSdk = 36
compileSdk {
version = release(36) {
it.minorApiLevel = 1
}
}
defaultConfig {
minSdk 24

@ -5,7 +5,11 @@ plugins {
android {
namespace 'com.tvbus.engine'
compileSdk = 36
compileSdk {
version = release(36) {
it.minorApiLevel = 1
}
}
defaultConfig {
minSdk 24

@ -5,7 +5,11 @@ plugins {
android {
namespace 'com.east.android.zlive'
compileSdk = 36
compileSdk {
version = release(36) {
it.minorApiLevel = 1
}
}
defaultConfig {
minSdk 24

Loading…
Cancel
Save