closd TG-6; Initial push after server migration

This commit is contained in:
2026-05-04 08:53:25 +03:00
parent 939f069681
commit 1009f49a59
93 changed files with 16246 additions and 9549 deletions
+8
View File
@@ -6,6 +6,10 @@ android {
namespace 'com.grigowashere.aismap'
compileSdk 35
buildFeatures {
buildConfig true
}
defaultConfig {
applicationId "com.grigowashere.aismap"
minSdk 30
@@ -56,6 +60,10 @@ dependencies {
// MapLibre GL Android SDK (используем только один артефакт, без плагина аннотаций)
implementation group: 'org.maplibre.gl', name: 'android-sdk-opengl', version: '11.13.5'
// MessagePack — компактная бинарная сериализация для BLE Hub снапшотов
// (см. ble_gatt.py: AIS_BLE_BROADCAST_ENCODING=msgpack)
implementation 'org.msgpack:msgpack-core:0.9.8'
// Тестирование
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'