Skip to content
Merged
2 changes: 1 addition & 1 deletion packages/camera/camera/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.cameraexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.cameraexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.cameraxexample'
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}

android {
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
namespace "com.example.espresso_example"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {
}

android {
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if (flutterVersionName == null) {

android {
namespace "dev.flutter.plugins.file_selector_example"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if (flutterVersionName == null) {

android {
namespace "dev.flutter.packages.file_selector_android_example"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ if (flutterVersionName == null) {
}

android {
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_image/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if (flutterVersionName == null) {

android {
namespace "com.example.example"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_markdown/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}

android {
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {


android {
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion packages/go_router/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}

android {
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}

android {
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.googlemapsexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.googlesigninexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.googlesigninexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.imagepickerexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion
testOptions.unitTests.includeAndroidResources = true


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.imagepickerexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion
testOptions.unitTests.includeAndroidResources = true


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {
}
}

compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (!configured) {

android {
namespace 'io.flutter.plugins.inapppurchaseexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion

signingConfigs {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if (flutterVersionName == null) {

android {
namespace "dev.flutter.packages.interactive_media_ads_example"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.localauthexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.localauthexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (flutterVersionName == null) {
}

android {
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.pathproviderexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.pathproviderexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
4 changes: 2 additions & 2 deletions packages/pigeon/example/app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if (flutterVersionName == null) {

android {
namespace "dev.flutter.pigeon_example_app"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if (flutterVersionName == null) {

android {
namespace 'com.example.alternate_language_test_plugin_example'
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if (flutterVersionName == null) {

android {
namespace 'com.example.test_plugin_example'
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.quickactionsexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def androidXTestVersion = '1.4.0'

android {
namespace 'io.flutter.plugins.quickactionsexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion packages/rfw/example/hello/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'dev.flutter.rfw.examples.hello'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
2 changes: 1 addition & 1 deletion packages/rfw/example/local/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'dev.flutter.rfw.examples.local'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
2 changes: 1 addition & 1 deletion packages/rfw/example/remote/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'dev.flutter.rfw.examples.remote'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.sharedpreferencesexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ if (flutterVersionName == null) {

android {
namespace "dev.flutter.plugins.shared_preferences_example"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if (flutterVersionName == null) {

android {
namespace 'dev.flutter.packages.two_dimensional_scrollables.example'
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.urllauncherexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.urllauncherexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.videoplayerexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.videoplayerexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace 'io.flutter.plugins.webviewflutterexample'
compileSdk flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion


defaultConfig {
Expand Down
Loading