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](https://github.com/flutter/flutter/issues/165161)

If you need help, consider asking for advice on the #hackers-devrel channel on [Discord].
pull/2597/head
jesswrd 6 months ago committed by GitHub
parent eed9db1b2e
commit d98aef1acb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,7 +4,7 @@ plugins {
}
android {
compileSdk 35
compileSdk 36
lint {
baseline = file("lint-baseline.xml")
@ -13,7 +13,7 @@ android {
defaultConfig {
applicationId "dev.flutter.example.androidView"
minSdkVersion 21
targetSdk 35
targetSdk 36
versionCode 1
versionName "1.0"

@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
classpath 'com.android.tools.build:gradle:8.9.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

@ -1,6 +1,6 @@
#Fri Jul 26 11:31:21 EDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

@ -8,12 +8,12 @@ android {
self {
}
}
compileSdk 35
compileSdk 36
defaultConfig {
applicationId "dev.flutter.multipleflutters"
minSdkVersion 24
targetSdk 35
targetSdk 36
versionCode 1
versionName "1.0"

@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
classpath 'com.android.tools.build:gradle:8.9.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

@ -1,6 +1,6 @@
#Mon Dec 11 09:57:20 AEDT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

Loading…
Cancel
Save