File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
android_view/android_view
multiple_flutters/multiple_flutters_android Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
android {
7
- compileSdk 35
7
+ compileSdk 36
8
8
9
9
lint {
10
10
baseline = file(" lint-baseline.xml" )
@@ -13,7 +13,7 @@ android {
13
13
defaultConfig {
14
14
applicationId " dev.flutter.example.androidView"
15
15
minSdkVersion 21
16
- targetSdk 35
16
+ targetSdk 36
17
17
versionCode 1
18
18
versionName " 1.0"
19
19
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:8.5.1 '
9
+ classpath ' com.android.tools.build:gradle:8.9.0 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
1
# Fri Jul 26 11:31:21 EDT 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ android {
8
8
self {
9
9
}
10
10
}
11
- compileSdk 35
11
+ compileSdk 36
12
12
13
13
defaultConfig {
14
14
applicationId " dev.flutter.multipleflutters"
15
15
minSdkVersion 24
16
- targetSdk 35
16
+ targetSdk 36
17
17
versionCode 1
18
18
versionName " 1.0"
19
19
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:8.3.2 '
9
+ classpath ' com.android.tools.build:gradle:8.9.0 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
1
# Mon Dec 11 09:57:20 AEDT 2023
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments