Skip to content

Commit d98aef1

Browse files
authored
Bump Add to App Sample project to API 36 (#2595)
Confirm the add to app sample project works as expeceted when bumped to API 36. Fixes [#165161](flutter/flutter#165161) If you need help, consider asking for advice on the #hackers-devrel channel on [Discord].
1 parent eed9db1 commit d98aef1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

add_to_app/android_view/android_view/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
android {
7-
compileSdk 35
7+
compileSdk 36
88

99
lint {
1010
baseline = file("lint-baseline.xml")
@@ -13,7 +13,7 @@ android {
1313
defaultConfig {
1414
applicationId "dev.flutter.example.androidView"
1515
minSdkVersion 21
16-
targetSdk 35
16+
targetSdk 36
1717
versionCode 1
1818
versionName "1.0"
1919

add_to_app/android_view/android_view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.5.1'
9+
classpath 'com.android.tools.build:gradle:8.9.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Jul 26 11:31:21 EDT 2024
22
distributionBase=GRADLE_USER_HOME
33
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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

add_to_app/multiple_flutters/multiple_flutters_android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ android {
88
self {
99
}
1010
}
11-
compileSdk 35
11+
compileSdk 36
1212

1313
defaultConfig {
1414
applicationId "dev.flutter.multipleflutters"
1515
minSdkVersion 24
16-
targetSdk 35
16+
targetSdk 36
1717
versionCode 1
1818
versionName "1.0"
1919

add_to_app/multiple_flutters/multiple_flutters_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.3.2'
9+
classpath 'com.android.tools.build:gradle:8.9.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Dec 11 09:57:20 AEDT 2023
22
distributionBase=GRADLE_USER_HOME
33
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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)