Skip to content

Commit be37449

Browse files
authored
Merge pull request #641 from xiaoyaocz/dev
Release 1.7.7 / TV 1.2.4
2 parents f92477a + aa637c6 commit be37449

156 files changed

Lines changed: 9038 additions & 486 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/publish_app_dev.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Flutter action
4646
uses: subosito/flutter-action@v2
4747
with:
48-
flutter-version: '3.22.x'
48+
flutter-version: '3.27.x'
4949
cache: true
5050

5151
# 打开MAC Desktop支持
@@ -166,7 +166,7 @@ jobs:
166166
- name: Setup Flutter
167167
uses: subosito/flutter-action@v2
168168
with:
169-
flutter-version: "3.22.x"
169+
flutter-version: "3.27.x"
170170
cache: true
171171
# 安装依赖
172172
- name: Update apt-get
@@ -215,7 +215,7 @@ jobs:
215215
- name: Setup Flutter
216216
uses: subosito/flutter-action@v2
217217
with:
218-
flutter-version: "3.22.x"
218+
flutter-version: "3.27.x"
219219
cache: true
220220
- name: Enable Flutter Desktop
221221
run: flutter config --enable-windows-desktop

.github/workflows/publish_app_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Flutter action
4141
uses: subosito/flutter-action@v2
4242
with:
43-
flutter-version: '3.22.x'
43+
flutter-version: '3.27.x'
4444
cache: true
4545

4646
# 打开MAC Desktop支持
@@ -159,7 +159,7 @@ jobs:
159159
- name: Setup Flutter
160160
uses: subosito/flutter-action@v2
161161
with:
162-
flutter-version: "3.22.x"
162+
flutter-version: "3.27.x"
163163
cache: true
164164
# 安装依赖
165165
- name: Update apt-get
@@ -230,7 +230,7 @@ jobs:
230230
- name: Setup Flutter
231231
uses: subosito/flutter-action@v2
232232
with:
233-
flutter-version: "3.22.x"
233+
flutter-version: "3.27.x"
234234
cache: true
235235
- name: Enable Flutter Desktop
236236
run: flutter config --enable-windows-desktop

.github/workflows/publish_tv_app_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Flutter action
4141
uses: subosito/flutter-action@v2
4242
with:
43-
flutter-version: '3.22.x'
43+
flutter-version: '3.27.x'
4444
cache: true
4545

4646
#更新Flutter的packages

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
simple_live_app/.vscode/settings.json
2+
simple_live_tv_app/.vscode/settings.json

assets/app_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "1.7.6",
3-
"version_num": 10706,
4-
"version_desc": "- 修复虎牙播放中断 #585",
2+
"version": "1.7.7",
3+
"version_num": 10707,
4+
"version_desc": "- 1. 修复哔哩哔哩分类加载失败 #630\n- 2. 支持WebDAV同步 #617 @SlotSun\n- 3. 修复屏蔽词列表同步失败 #619 @SlotSun\n- 4. 修复虎牙断流 #585 @SlotSun",
55
"prerelease":false,
66
"download_url": "https://github.com/xiaoyaocz/dart_simple_live/releases"
77
}

assets/tv_app_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "1.2.3",
3-
"version_num": 10203,
4-
"version_desc": "- 修复虎牙播放中断 #585",
2+
"version": "1.2.4",
3+
"version_num": 10204,
4+
"version_desc": "- 修复哔哩哔哩分类加载失败\n- 支持原生播放器,播放更流畅 @bgylde #581",
55
"prerelease":true,
66
"download_url": "https://github.com/xiaoyaocz/dart_simple_live/releases"
77
}

simple_live_app/.fvmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"flutter": "3.27.4"
3+
}

simple_live_app/.metadata

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# This file tracks properties of this Flutter project.
22
# Used by Flutter tool to assess capabilities and perform upgrades etc.
33
#
4-
# This file should be version controlled.
4+
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
8-
channel: stable
7+
revision: "d8a9f9a52e5af486f80d932e838ee93861ffd863"
8+
channel: "stable"
99

1010
project_type: app
1111

1212
# Tracks metadata for the flutter migrate command
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
17-
base_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
18-
- platform: linux
19-
create_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
20-
base_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
16+
create_revision: d8a9f9a52e5af486f80d932e838ee93861ffd863
17+
base_revision: d8a9f9a52e5af486f80d932e838ee93861ffd863
18+
- platform: android
19+
create_revision: d8a9f9a52e5af486f80d932e838ee93861ffd863
20+
base_revision: d8a9f9a52e5af486f80d932e838ee93861ffd863
2121

2222
# User provided section
2323

simple_live_app/android/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gradle-wrapper.jar
77
GeneratedPluginRegistrant.java
88

99
# Remember to never publicly share your keystore.
10-
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
10+
# See https://flutter.dev/to/reference-keystore
1111
key.properties
1212
**/*.keystore
1313
**/*.jks
Lines changed: 15 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,40 @@
11
plugins {
22
id "com.android.application"
33
id "kotlin-android"
4+
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
45
id "dev.flutter.flutter-gradle-plugin"
56
}
6-
7-
def localProperties = new Properties()
8-
def localPropertiesFile = rootProject.file('local.properties')
9-
if (localPropertiesFile.exists()) {
10-
localPropertiesFile.withReader('UTF-8') { reader ->
11-
localProperties.load(reader)
12-
}
13-
}
14-
15-
16-
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
17-
if (flutterVersionCode == null) {
18-
flutterVersionCode = '1'
19-
}
20-
21-
def flutterVersionName = localProperties.getProperty('flutter.versionName')
22-
if (flutterVersionName == null) {
23-
flutterVersionName = '1.0'
24-
}
25-
26-
277
def keystoreProperties = new Properties()
288
def keystorePropertiesFile = rootProject.file('key.properties')
299
if (keystorePropertiesFile.exists()) {
3010
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
3111
}
3212

3313
android {
34-
compileSdkVersion 34
35-
ndkVersion flutter.ndkVersion
14+
namespace = "com.xycz.simple_live"
15+
compileSdk = flutter.compileSdkVersion
16+
ndkVersion = flutter.ndkVersion
3617

3718
compileOptions {
38-
sourceCompatibility JavaVersion.VERSION_1_8
39-
targetCompatibility JavaVersion.VERSION_1_8
19+
sourceCompatibility = JavaVersion.VERSION_1_8
20+
targetCompatibility = JavaVersion.VERSION_1_8
4021
}
4122

4223
kotlinOptions {
43-
jvmTarget = '1.8'
44-
}
45-
46-
sourceSets {
47-
main.java.srcDirs += 'src/main/kotlin'
24+
jvmTarget = JavaVersion.VERSION_1_8
4825
}
4926

5027
defaultConfig {
5128
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
52-
applicationId "com.xycz.simple_live"
29+
applicationId = "com.xycz.simple_live"
5330
// You can update the following values to match your application needs.
54-
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
55-
minSdkVersion 21
31+
// For more information, see: https://flutter.dev/to/review-gradle-config.
32+
minSdk = flutter.minSdkVersion
5633
multiDexEnabled true
57-
targetSdkVersion flutter.targetSdkVersion
58-
versionCode flutterVersionCode.toInteger()
59-
versionName flutterVersionName
34+
targetSdk = flutter.targetSdkVersion
35+
versionCode = flutter.versionCode
36+
versionName = flutter.versionName
6037
}
61-
6238
packagingOptions {
6339
pickFirst 'lib/**/libc++_shared.so'
6440
}
@@ -72,6 +48,7 @@ android {
7248
v2SigningEnabled true
7349
}
7450
}
51+
7552
buildTypes {
7653
buildTypes {
7754
debug {
@@ -93,9 +70,5 @@ android {
9370
}
9471

9572
flutter {
96-
source '../..'
97-
}
98-
99-
dependencies {
100-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10"
73+
source = "../.."
10174
}

0 commit comments

Comments
 (0)