Update gradle

release
FongMi 7 days ago
parent f001598e56
commit 110be2084b
  1. 2
      app/build.gradle
  2. BIN
      app/libs/dfm-release.aar
  3. BIN
      app/libs/forcetech-release.aar
  4. BIN
      app/libs/hook-release.aar
  5. BIN
      app/libs/jianpian-release.aar
  6. BIN
      app/libs/thunder-release.aar
  7. BIN
      app/libs/tvbus-release.aar
  8. 4
      build.gradle
  9. 2
      catvod/build.gradle
  10. 2
      chaquo/build.gradle
  11. 2
      forcetech/build.gradle
  12. 13
      gradle/gradle-daemon-jvm.properties
  13. 5
      gradle/wrapper/gradle-wrapper.properties
  14. 2
      hook/build.gradle
  15. 2
      jianpian/build.gradle
  16. 11
      other/tools/cleaner.bat
  17. 2
      quickjs/build.gradle
  18. 3
      settings.gradle
  19. 2
      thunder/build.gradle
  20. 2
      tvbus/build.gradle
  21. 2
      zlive/build.gradle

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1,6 +1,6 @@
plugins {
id 'com.android.application' version '8.13.2' apply false
id 'com.android.library' version '8.13.2' apply false
id 'com.android.application' version '9.1.1' apply false
id 'com.android.library' version '9.1.1' apply false
id 'com.chaquo.python' version '17.0.0' apply false
}

@ -6,7 +6,7 @@ android {
namespace 'com.github.catvod.crawler'
compileSdk {
version = release(36) {
version = release(37) {
it.minorApiLevel = 1
}
}

@ -7,7 +7,7 @@ android {
namespace 'com.fongmi.chaquo'
compileSdk {
version = release(36) {
version = release(37) {
it.minorApiLevel = 1
}
}

@ -6,7 +6,7 @@ android {
namespace 'com.forcetech'
compileSdk {
version = release(36) {
version = release(37) {
it.minorApiLevel = 1
}
}

@ -0,0 +1,13 @@
#This file is generated by updateDaemonJvm
toolchainUrl.FREE_BSD.AARCH64=https\://api.foojay.io/disco/v3.0/ids/56a19bc915b9ba2eb62ba7554c61b919/redirect
toolchainUrl.FREE_BSD.X86_64=https\://api.foojay.io/disco/v3.0/ids/398ffe3949748bfb1d5636f023d228fd/redirect
toolchainUrl.LINUX.AARCH64=https\://api.foojay.io/disco/v3.0/ids/56a19bc915b9ba2eb62ba7554c61b919/redirect
toolchainUrl.LINUX.X86_64=https\://api.foojay.io/disco/v3.0/ids/398ffe3949748bfb1d5636f023d228fd/redirect
toolchainUrl.MAC_OS.AARCH64=https\://api.foojay.io/disco/v3.0/ids/e99bae143b75f9a10ead10248f02055e/redirect
toolchainUrl.MAC_OS.X86_64=https\://api.foojay.io/disco/v3.0/ids/04e088f8677de3b384108493cc9481d0/redirect
toolchainUrl.UNIX.AARCH64=https\://api.foojay.io/disco/v3.0/ids/56a19bc915b9ba2eb62ba7554c61b919/redirect
toolchainUrl.UNIX.X86_64=https\://api.foojay.io/disco/v3.0/ids/398ffe3949748bfb1d5636f023d228fd/redirect
toolchainUrl.WINDOWS.AARCH64=https\://api.foojay.io/disco/v3.0/ids/e55dccbfe27cb97945148c61a39c89c5/redirect
toolchainUrl.WINDOWS.X86_64=https\://api.foojay.io/disco/v3.0/ids/dbd05c4936d573642f94cd149e1356c8/redirect
toolchainVendor=JETBRAINS
toolchainVersion=21

@ -1,6 +1,7 @@
#Mon Aug 04 16:06:32 CST 2025
#Wed Apr 15 23:47:07 CST 2026
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

@ -6,7 +6,7 @@ android {
namespace 'com.fongmi.hook'
compileSdk {
version = release(36) {
version = release(37) {
it.minorApiLevel = 1
}
}

@ -6,7 +6,7 @@ android {
namespace 'com.p2p'
compileSdk {
version = release(36) {
version = release(37) {
it.minorApiLevel = 1
}
}

@ -1,7 +1,6 @@
git clone --mirror https://github.com/FongMi/Release.git
java -jar bfg.jar --delete-files *.apk Release.git
java -jar bfg.jar --delete-files *.json Release.git
cd Release.git
@echo off
cd /d %~dp0
java -jar bfg.jar --delete-files "{*.apk,*.json}" ..\..\Release\.git
cd ..\..\Release
git reflog expire --expire=now --all && git gc --prune=now --aggressive
git push
git gc
git push origin --force --all

@ -6,7 +6,7 @@ android {
namespace 'com.fongmi.android.tv.quickjs'
compileSdk {
version = release(36) {
version = release(37) {
it.minorApiLevel = 1
}
}

@ -1,3 +1,6 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
pluginManagement {
repositories {
gradlePluginPortal()

@ -6,7 +6,7 @@ android {
namespace 'com.ghost.thunder'
compileSdk {
version = release(36) {
version = release(37) {
it.minorApiLevel = 1
}
}

@ -6,7 +6,7 @@ android {
namespace 'com.tvbus.engine'
compileSdk {
version = release(36) {
version = release(37) {
it.minorApiLevel = 1
}
}

@ -6,7 +6,7 @@ android {
namespace 'com.east.android.zlive'
compileSdk {
version = release(36) {
version = release(37) {
it.minorApiLevel = 1
}
}

Loading…
Cancel
Save