Update gradle

pull/496/head
FongMi 2 years ago
parent e32a53cdf7
commit 8df41dfcdf
  1. 2
      app/build.gradle
  2. 4
      build.gradle
  3. 2
      catvod/build.gradle
  4. 2
      forcetech/build.gradle
  5. 2
      gradle/wrapper/gradle-wrapper.properties
  6. 2
      hook/build.gradle
  7. 2
      ijkplayer/build.gradle
  8. 2
      jianpian/build.gradle
  9. 2
      pyramid/build.gradle
  10. 2
      quickjs/build.gradle
  11. 2
      thunder/build.gradle
  12. 1
      thunder/src/main/AndroidManifest.xml
  13. 2
      tvbus/build.gradle
  14. 2
      youtube/build.gradle

@ -3,6 +3,8 @@ plugins {
}
android {
namespace 'com.fongmi.android.tv'
compileSdk 34
flavorDimensions = ["mode", "api", "abi"]

@ -1,7 +1,7 @@
plugins {
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'com.android.application' version '8.0.1' apply false
id 'com.android.library' version '8.0.1' apply false
id 'com.chaquo.python' version '14.0.2' apply false
}

@ -3,6 +3,8 @@ plugins {
}
android {
namespace 'com.github.catvod.crawler'
compileSdk 34
defaultConfig {

@ -3,6 +3,8 @@ plugins {
}
android {
namespace 'com.forcetech'
compileSdk 34
defaultConfig {

@ -1,6 +1,6 @@
#Wed Mar 29 12:54:35 CST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

@ -3,6 +3,8 @@ plugins {
}
android {
namespace 'com.fongmi.hook'
compileSdk 34
defaultConfig {

@ -3,6 +3,8 @@ plugins {
}
android {
namespace 'tv.danmaku.ijk.media.player'
compileSdk 34
defaultConfig {

@ -3,6 +3,8 @@ plugins {
}
android {
namespace 'com.p2p'
compileSdk 34
defaultConfig {

@ -4,6 +4,8 @@ plugins {
}
android {
namespace 'com.undcover.freedom.pyramid'
compileSdk 34
flavorDimensions = ["abi"]

@ -3,6 +3,8 @@ plugins {
}
android {
namespace 'com.fongmi.android.tv.quickjs'
compileSdk 34
defaultConfig {

@ -3,6 +3,8 @@ plugins {
}
android {
namespace 'com.ghost.thunder'
compileSdk 34
defaultConfig {

@ -1 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.ghost.thunder" />

@ -3,6 +3,8 @@ plugins {
}
android {
namespace 'com.tvbus.engine'
compileSdk 34
defaultConfig {

@ -3,6 +3,8 @@ plugins {
}
android {
namespace 'com.github.kiulian.downloader'
compileSdk 34
defaultConfig {

Loading…
Cancel
Save