generated from Grigo/AndroidTemplate
closd TG-6; Initial push after server migration
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user