Update gradle

pull/594/head
jhengazuki 4 months ago
parent 38a3454a90
commit 32e4beb31c
  1. 4
      app/build.gradle
  2. 4
      catvod/build.gradle
  3. 4
      chaquo/build.gradle
  4. 4
      forcetech/build.gradle
  5. 4
      hook/build.gradle
  6. 4
      jianpian/build.gradle
  7. 4
      quickjs/build.gradle
  8. 4
      thunder/build.gradle
  9. 4
      tvbus/build.gradle
  10. 4
      zlive/build.gradle

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save