Update avnc, remove the embedded termux:x11 and import it as a flutter plugin, fix app name

This commit is contained in:
Caten
2025-08-29 01:38:16 +08:00
parent d9c4c24adc
commit 1203dcf737
134 changed files with 63 additions and 19251 deletions

View File

@@ -19,12 +19,9 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.3.2" apply false
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
id "com.android.application" version "8.7.3" apply false
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
}
rootProject.name = "TinyComputer"
include ":app"
// Termux X11
include ':shell-loader:stub'