sync changes

This commit is contained in:
2026-05-12 11:25:19 +03:00
parent 3616f84556
commit fdc5aefdd2
25 changed files with 313 additions and 152 deletions

View File

@@ -53,9 +53,11 @@ android {
versionName = flutter.versionName
}
dependencies {
implementation ("com.yandex.android:maps.mobile:4.5.1-full")
}
}
dependencies {
implementation ("com.yandex.android:maps.mobile:4.22.0-full")
}
flutter {

View File

@@ -5,7 +5,6 @@ import com.yandex.mapkit.MapKitFactory
import io.flutter.embedding.android.FlutterActivity
class MainActivity : FlutterActivity() {
override protected fun onCreate(savedInstanceState: Bundle?) {
MapKitFactory.setApiKey("a0ef1404-2650-4f28-9891-c965ecc09174")
super.onCreate(savedInstanceState)