Compare commits
1 Commits
renovate/d
...
273af695cc
Author | SHA1 | Date | |
---|---|---|---|
273af695cc |
@@ -19,7 +19,7 @@ buildscript {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// The Android Gradle Plugin knows how to build native code with the NDK.
|
// The Android Gradle Plugin knows how to build native code with the NDK.
|
||||||
classpath 'com.android.tools.build:gradle:8.4.2'
|
classpath 'com.android.tools.build:gradle:8.10.0-alpha02'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -50,7 +50,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.android.tools.build:gradle:8.4.2"
|
classpath "com.android.tools.build:gradle:8.10.0-alpha02"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
subprojects {
|
subprojects {
|
||||||
|
@@ -24,7 +24,7 @@ platforms:
|
|||||||
macos:
|
macos:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: "<4.0.0"
|
sdk: ">=3.3.0 <4.0.0"
|
||||||
flutter: ">=3.22.0"
|
flutter: ">=3.22.0"
|
||||||
|
|
||||||
# Dependencies specify other packages that your package needs in order to work.
|
# Dependencies specify other packages that your package needs in order to work.
|
||||||
|
@@ -11,7 +11,7 @@ platforms:
|
|||||||
macos:
|
macos:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: "<4.0.0"
|
sdk: ">=3.3.0 <4.0.0"
|
||||||
flutter: ">=3.22.0"
|
flutter: ">=3.22.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user