upgrade versions
This commit is contained in:
@@ -18,7 +18,7 @@ pluginManagement {
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||||
id "com.android.application" version '8.9.1' apply false
|
id "com.android.application" version '8.10.0' apply false
|
||||||
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
|
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# melos_managed_dependency_overrides: flutter_mozilla_components,simple_intent_receiver,analyzer_plugin
|
# melos_managed_dependency_overrides: flutter_mozilla_components,simple_intent_receiver,analyzer_plugin
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
|
flutter_mozilla_components:
|
||||||
|
path: ../packages/flutter_mozilla_components
|
||||||
|
simple_intent_receiver:
|
||||||
|
path: ../packages/simple_intent_receiver
|
||||||
analyzer_plugin:
|
analyzer_plugin:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dart-lang/sdk.git
|
url: https://github.com/dart-lang/sdk.git
|
||||||
ref: 8c5e06206103f8b2fd7d434ece9248ce9ac31ba4
|
ref: 8c5e06206103f8b2fd7d434ece9248ce9ac31ba4
|
||||||
path: pkg/analyzer_plugin
|
path: pkg/analyzer_plugin
|
||||||
flutter_mozilla_components:
|
|
||||||
path: ../packages/flutter_mozilla_components
|
|
||||||
simple_intent_receiver:
|
|
||||||
path: ../packages/simple_intent_receiver
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ version = "1.0-SNAPSHOT"
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = "2.1.20"
|
ext.kotlin_version = "2.1.20"
|
||||||
ext.mozillaComponentsVersion = '139.0.20250417022706'
|
ext.mozillaComponentsVersion = '139.0b10'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
@@ -20,23 +20,23 @@ rootProject.allprojects {
|
|||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
||||||
maven {
|
// maven {
|
||||||
name "Mozilla Nightly"
|
// name "Mozilla Nightly"
|
||||||
url "https://nightly.maven.mozilla.org/maven2"
|
// url "https://nightly.maven.mozilla.org/maven2"
|
||||||
|
|
||||||
content {
|
// content {
|
||||||
// Always fetch components from the snapshots repository
|
// // Always fetch components from the snapshots repository
|
||||||
includeGroup "org.mozilla.components"
|
// includeGroup "org.mozilla.components"
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
name "Mozilla"
|
name "Mozilla"
|
||||||
url "https://maven.mozilla.org/maven2"
|
url "https://maven.mozilla.org/maven2"
|
||||||
|
|
||||||
content {
|
content {
|
||||||
// Never fetch components from here. We always want to use snapshots.
|
// Never fetch components from here. We always want to use snapshots when using nightly
|
||||||
excludeGroup "org.mozilla.components"
|
// excludeGroup "org.mozilla.components"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ pluginManagement {
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||||
id "com.android.application" version "8.7.0" apply false
|
id "com.android.application" version "8.10.0" apply false
|
||||||
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
|
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ pluginManagement {
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
||||||
id("com.android.application") version "8.7.0" apply false
|
id("com.android.application") version "8.10.0" apply false
|
||||||
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
|
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
include(":app")
|
include(":app")
|
||||||
|
|||||||
Reference in New Issue
Block a user