pull/586/head
FongMi 1 year ago
parent 8c9b10e97c
commit 13346d7363
  1. 2
      app/build.gradle
  2. 2
      catvod/build.gradle
  3. 2
      chaquo/build.gradle
  4. 2
      forcetech/build.gradle
  5. 2
      gradle.properties
  6. 2
      hook/build.gradle
  7. 2
      jianpian/build.gradle
  8. 2
      quickjs/build.gradle
  9. 2
      thunder/build.gradle
  10. 2
      tvbus/build.gradle
  11. 2
      youtube/build.gradle

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.fongmi.android.tv'
compileSdk 34
compileSdk 35
flavorDimensions = ["mode", "api", "abi"]
defaultConfig {

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

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

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

@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects

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

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

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

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

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

@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.github.kiulian.downloader'
compileSdk 34
compileSdk 35
defaultConfig {
minSdk 21

Loading…
Cancel
Save