Update gradle

pull/594/head
jhengazuki 7 months ago
parent 74e74425f6
commit 75615186ad
  1. 4
      forcetech/build.gradle
  2. 4
      hook/build.gradle
  3. 4
      jianpian/build.gradle
  4. 4
      thunder/build.gradle
  5. 4
      tvbus/build.gradle
  6. 4
      zlive/build.gradle

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

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

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

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

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

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

Loading…
Cancel
Save