Update gradle
This commit is contained in:
parent
e14c5c92d9
commit
37c2826312
|
|
@ -6,12 +6,14 @@ plugins {
|
||||||
android {
|
android {
|
||||||
namespace 'com.github.catvod'
|
namespace 'com.github.catvod'
|
||||||
|
|
||||||
compileSdk 35
|
compileSdk {
|
||||||
|
version = release(36)
|
||||||
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.github.catvod.demo"
|
applicationId "com.github.catvod.demo"
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 35
|
targetSdk 36
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
@ -28,8 +30,8 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_11
|
sourceCompatibility JavaVersion.VERSION_17
|
||||||
targetCompatibility JavaVersion.VERSION_11
|
targetCompatibility JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations.configureEach {
|
configurations.configureEach {
|
||||||
|
|
@ -42,10 +44,10 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.squareup.okhttp3:okhttp:' + okhttpVersion
|
implementation 'com.squareup.okhttp3:okhttp:' + okhttpVersion
|
||||||
implementation 'com.github.thegrizzlylabs:sardine-android:0.9'
|
implementation 'com.github.thegrizzlylabs:sardine-android:0.9'
|
||||||
implementation 'wang.harlon.quickjs:wrapper-android:3.2.0'
|
implementation 'wang.harlon.quickjs:wrapper-android:3.2.3'
|
||||||
implementation 'com.google.code.gson:gson:2.11.0'
|
implementation 'com.google.code.gson:gson:2.13.1'
|
||||||
implementation 'cn.wanghaomiao:JsoupXpath:2.5.1'
|
implementation 'cn.wanghaomiao:JsoupXpath:2.5.3'
|
||||||
implementation 'com.hierynomus:smbj:0.14.0'
|
implementation 'com.hierynomus:smbj:0.14.0'
|
||||||
implementation 'com.orhanobut:logger:2.2.0'
|
implementation 'com.orhanobut:logger:2.2.0'
|
||||||
implementation 'org.jsoup:jsoup:1.19.1'
|
implementation 'org.jsoup:jsoup:1.21.1'
|
||||||
}
|
}
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
plugins {
|
plugins {
|
||||||
id 'ru.cleverpumpkin.proguard-dictionaries-generator' version '1.0.8' apply false
|
id 'ru.cleverpumpkin.proguard-dictionaries-generator' version '1.0.8' apply false
|
||||||
id 'com.android.application' version '8.8.1' apply false
|
id 'com.android.application' version '8.12.0' apply false
|
||||||
id 'com.android.library' version '8.8.1' apply false
|
id 'com.android.library' version '8.12.0' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register('clean', Delete) {
|
tasks.register('clean', Delete) {
|
||||||
|
|
@ -10,5 +10,5 @@ tasks.register('clean', Delete) {
|
||||||
}
|
}
|
||||||
|
|
||||||
project.ext {
|
project.ext {
|
||||||
okhttpVersion = '5.0.0-alpha.14'
|
okhttpVersion = '5.1.0'
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#Wed Mar 29 12:54:35 CST 2023
|
#Wed Mar 29 12:54:35 CST 2023
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|
|
||||||
|
|
@ -1,41 +1,17 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "小雅",
|
"name": "Tangsan",
|
||||||
"server": "http://alist.xiaoya.pro"
|
"server": "http://192.168.0.1",
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "觸光",
|
|
||||||
"server": "https://pan.ichuguang.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "一只魚",
|
|
||||||
"server": "https://vtok.pp.ua/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "七米藍",
|
|
||||||
"server": "https://al.chirmyram.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "神族九帝",
|
|
||||||
"server": "https://alist.shenzjd.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "梓澪",
|
|
||||||
"server": "https://zi0.cc"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "範本",
|
|
||||||
"server": "https://one.fongmi.com",
|
|
||||||
"search": true,
|
"search": true,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"login": {
|
"login": {
|
||||||
"username": "fongmi",
|
"username": "1234",
|
||||||
"password": "fongmi"
|
"password": "1234"
|
||||||
},
|
},
|
||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
"path": "/安齋拉拉",
|
"path": "/test",
|
||||||
"pass": "18181818"
|
"pass": "1234"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "./jar/custom_spider.jar",
|
"spider": "./jar/custom_spider.jar",
|
||||||
"wallpaper": "http://饭太硬.top/深色壁纸/api.php",
|
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "XtreamCode",
|
"name": "XtreamCode",
|
||||||
|
|
@ -90,31 +89,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"proxy": [
|
|
||||||
"raw.githubusercontent.com",
|
|
||||||
"googlevideo.com",
|
|
||||||
"googleapis.com",
|
|
||||||
"youtube.com"
|
|
||||||
],
|
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
|
||||||
"name": "火山嗅探",
|
|
||||||
"hosts": [
|
|
||||||
"huoshan.com"
|
|
||||||
],
|
|
||||||
"regex": [
|
|
||||||
"item_id="
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "抖音嗅探",
|
|
||||||
"hosts": [
|
|
||||||
"douyin.com"
|
|
||||||
],
|
|
||||||
"regex": [
|
|
||||||
"is_play_url="
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "農民嗅探",
|
"name": "農民嗅探",
|
||||||
"hosts": [
|
"hosts": [
|
||||||
|
|
|
||||||
121
json/market.json
121
json/market.json
|
|
@ -1,126 +1,15 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "推薦",
|
"name": "APP",
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"url": "https://i.imgs.ovh/2023/10/19/2mfxN.jpeg",
|
"name": "電視版",
|
||||||
"icon": "https://i.imgs.ovh/2023/10/19/2mfxN.jpeg"
|
"url": "https://github.com/FongMi/Release/raw/fongmi/apk/release/leanback-armeabi_v7a.apk",
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "正式版",
|
|
||||||
"list": [
|
|
||||||
{
|
|
||||||
"name": "電視-java",
|
|
||||||
"url": "https://github.com/FongMi/Release/raw/fongmi/apk/release/leanback-java-armeabi_v7a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png",
|
|
||||||
"version": "v7a"
|
"version": "v7a"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "電視-java",
|
"name": "手機版",
|
||||||
"url": "https://github.com/FongMi/Release/raw/fongmi/apk/release/leanback-java-arm64_v8a.apk",
|
"url": "https://github.com/FongMi/Release/raw/fongmi/apk/release/mobile-armeabi_v7a.apk",
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png",
|
|
||||||
"version": "v8a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "電視-py",
|
|
||||||
"url": "https://github.com/FongMi/Release/raw/fongmi/apk/release/leanback-python-armeabi_v7a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png",
|
|
||||||
"version": "v7a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "電視-py",
|
|
||||||
"url": "https://github.com/FongMi/Release/raw/fongmi/apk/release/leanback-python-arm64_v8a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png",
|
|
||||||
"version": "v8a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "手機-java",
|
|
||||||
"url": "https://github.com/FongMi/Release/raw/fongmi/apk/release/mobile-java-armeabi_v7a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8lVK.png",
|
|
||||||
"version": "v7a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "手機-java",
|
|
||||||
"url": "https://github.com/FongMi/Release/raw/fongmi/apk/release/mobile-java-arm64_v8a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8lVK.png",
|
|
||||||
"version": "v8a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "手機-py",
|
|
||||||
"url": "https://github.com/FongMi/Release/raw/fongmi/apk/release/mobile-python-armeabi_v7a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8lVK.png",
|
|
||||||
"version": "v7a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "手機-py",
|
|
||||||
"url": "https://github.com/FongMi/Release/raw/fongmi/apk/release/mobile-python-arm64_v8a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8lVK.png",
|
|
||||||
"version": "v8a"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "內測版",
|
|
||||||
"list": [
|
|
||||||
{
|
|
||||||
"name": "電視-java",
|
|
||||||
"url": "https://fm.caioa.link/main/apk/dev/leanback-java-armeabi_v7a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png",
|
|
||||||
"version": "v7a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "電視-java",
|
|
||||||
"url": "https://fm.caioa.link/main/apk/dev/leanback-java-arm64_v8a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png",
|
|
||||||
"version": "v8a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "電視-py",
|
|
||||||
"url": "https://fm.caioa.link/main/apk/dev/leanback-python-armeabi_v7a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png",
|
|
||||||
"version": "v7a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "電視-py",
|
|
||||||
"url": "https://fm.caioa.link/main/apk/dev/leanback-python-arm64_v8a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png",
|
|
||||||
"version": "v8a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "手機-java",
|
|
||||||
"url": "https://fm.caioa.link/main/apk/dev/mobile-java-armeabi_v7a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8lVK.png",
|
|
||||||
"version": "v7a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "手機-java",
|
|
||||||
"url": "https://fm.caioa.link/main/apk/dev/mobile-java-arm64_v8a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8lVK.png",
|
|
||||||
"version": "v8a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "手機-py",
|
|
||||||
"url": "https://fm.caioa.link/main/apk/dev/mobile-python-armeabi_v7a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8lVK.png",
|
|
||||||
"version": "v7a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "手機-py",
|
|
||||||
"url": "https://fm.caioa.link/main/apk/dev/mobile-python-arm64_v8a.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8lVK.png",
|
|
||||||
"version": "v8a"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.x版",
|
|
||||||
"list": [
|
|
||||||
{
|
|
||||||
"name": "電視",
|
|
||||||
"url": "https://fm.caioa.link/main/apk/kitkat/leanback.apk",
|
|
||||||
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png",
|
|
||||||
"version": "v7a"
|
"version": "v7a"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "Tangsan",
|
"name": "Tangsan",
|
||||||
"server": "smb://192.168.0.2/Users"
|
"server": "smb://192.168.0.1/Users"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -1,14 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "七米藍",
|
"name": "Tangsan",
|
||||||
"server": "https://al.chirmyram.com/dav",
|
"server": "http://192.168.0.1/dav",
|
||||||
"user": "alist",
|
"user": "1234",
|
||||||
"pass": "alist"
|
"pass": "1234"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "影視庫",
|
|
||||||
"server": "https://esir.eu.org/dav",
|
|
||||||
"user": "alist",
|
|
||||||
"pass": "alist"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Loading…
Reference in New Issue