Skip to content

Commit 009cd4e

Browse files
committed
Support English UI, remove mediamtx, update hangover, fix build process, remove build files for other platforms
1 parent 7e685fa commit 009cd4e

File tree

115 files changed

+379
-4425
lines changed

Some content is hidden

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

115 files changed

+379
-4425
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ app.*.map.json
4848
/backup
4949

5050
assets/xa*
51+
52+
lib/l10n/app_localizations*

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ android {
3232
ndkVersion flutter.ndkVersion
3333

3434
compileOptions {
35-
sourceCompatibility JavaVersion.VERSION_1_8
36-
targetCompatibility JavaVersion.VERSION_1_8
35+
sourceCompatibility JavaVersion.VERSION_17
36+
targetCompatibility JavaVersion.VERSION_17
3737
}
3838

3939
kotlinOptions {
40-
jvmTarget = '1.8'
40+
jvmTarget = 17
4141
}
4242

4343
sourceSets {

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip

android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919

2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.1.0" apply false
23-
id "org.jetbrains.kotlin.android" version "1.9.22" apply false
22+
id "com.android.application" version "8.3.2" apply false
23+
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
2424
}
2525

2626
rootProject.name = "TinyComputer"

assets/assets.zip

-13 MB
Binary file not shown.

assets/patch.tar.gz

8 Bytes
Binary file not shown.

extra/cross/install-hangover-stable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo apt update
55
sudo apt upgrade -y
66

77
hangover_url="https://github.com/AndreRH/hangover/releases/download/hangover-9.20.1/hangover_9.20.1_debian12_bookworm_arm64.tar"
8-
latest_version="10.4"
8+
latest_version="10.9"
99

1010
mirror_sites=(
1111
"https://gh.llkk.cc/"

ios/.gitignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

ios/Flutter/AppFrameworkInfo.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

ios/Flutter/Debug.xcconfig

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)