Merge pull request #536 from okcaptain/dev

Dev
pull/537/head
okcaptain 1 year ago committed by GitHub
commit 245591e0b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/build.gradle
  2. 3
      app/src/leanback/java/com/fongmi/android/tv/ui/custom/CustomKeyboard.java
  3. 2
      catvod/build.gradle
  4. 2
      forcetech/build.gradle
  5. 2
      gradle.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. 2
      tvbus/build.gradle
  13. 2
      youtube/build.gradle
  14. 2
      zlive/build.gradle

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

@ -22,7 +22,8 @@ public class CustomKeyboard implements KeyboardAdapter.OnClickListener {
}
private void initView() {
binding.keyboard.setHasFixedSize(true);
binding.keyboard.setItemAnimator(null);
binding.keyboard.setHasFixedSize(false);
binding.keyboard.addItemDecoration(new SpaceItemDecoration(6, 8));
binding.keyboard.setAdapter(adapter = new KeyboardAdapter(this));
}

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

@ -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 'tv.danmaku.ijk.media.player'
compileSdk 34
compileSdk 35
defaultConfig {
minSdk 21

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

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

@ -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

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 34
compileSdk 35
defaultConfig {
minSdk 21

Loading…
Cancel
Save