sync changes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
yandexMapkit.variant=full
|
||||
|
||||
@@ -18,7 +18,7 @@ pluginManagement {
|
||||
|
||||
plugins {
|
||||
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
||||
id("com.android.application") version "8.7.3" apply false
|
||||
id("com.android.application") version "8.9.1" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user