Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}

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


Expand Down
2 changes: 1 addition & 1 deletion packages/camera/camera_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
buildFeatures {
buildConfig true
}
namespace 'io.flutter.plugins.camera'
namespace = "io.flutter.plugins.camera"
compileSdk = 36

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

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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'io.flutter.plugins.camerax'
namespace = "io.flutter.plugins.camerax"
// CameraX dependencies require compilation against version 33 or later.
compileSdk = flutter.compileSdkVersion

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'com.example.espresso'
namespace = "com.example.espresso"
compileSdk = flutter.compileSdkVersion

defaultConfig {
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 @@ -25,7 +25,7 @@ if (flutterVersionName == null) {
android {
compileSdk = flutter.compileSdkVersion
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
namespace "com.example.espresso_example"
namespace = "com.example.espresso_example"


defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
signingConfig signingConfigs.debug
}
}
namespace 'io.flutter.plugins.googlesigninexample'
namespace = "io.flutter.plugins.googlesigninexample"
}

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'dev.flutter.packages.file_selector_android'
namespace = "dev.flutter.packages.file_selector_android"
compileSdk = flutter.compileSdkVersion

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'io.flutter.plugins.flutter_plugin_android_lifecycle'
namespace = "io.flutter.plugins.flutter_plugin_android_lifecycle"
compileSdk = flutter.compileSdkVersion

defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
signingConfig signingConfigs.debug
}
}
namespace 'io.flutter.plugins.flutter_plugin_android_lifecycle_example'
namespace = "io.flutter.plugins.flutter_plugin_android_lifecycle_example"
lint {
disable 'InvalidPackage'
}
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 @@ -54,7 +54,7 @@ android {
signingConfig signingConfigs.debug
}
}
namespace 'com.example.example'
namespace = "com.example.example"
}

flutter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {
api 'androidx.test:core:1.4.0'
testImplementation 'com.google.android.gms:play-services-maps:17.0.0'
}
namespace 'io.flutter.plugins.googlemapsexample'
namespace = "io.flutter.plugins.googlemapsexample"
lint {
disable 'InvalidPackage'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'io.flutter.plugins.googlemaps'
namespace = "io.flutter.plugins.googlemaps"
compileSdk = flutter.compileSdkVersion

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

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


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

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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'io.flutter.plugins.googlesignin'
namespace = "io.flutter.plugins.googlesignin"
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'
namespace = "io.flutter.plugins.googlesigninexample"
compileSdk = flutter.compileSdkVersion


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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'io.flutter.plugins.imagepicker'
namespace = "io.flutter.plugins.imagepicker"
compileSdk = flutter.compileSdkVersion

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

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

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

android {
namespace 'io.flutter.plugins.inapppurchaseexample'
namespace = "io.flutter.plugins.inapppurchaseexample"
signingConfigs {
release {
storeFile project.KEYSTORE_STORE_FILE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
buildConfig true
}

namespace 'io.flutter.plugins.inapppurchase'
namespace = "io.flutter.plugins.inapppurchase"

compileSdk = flutter.compileSdkVersion

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

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

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion packages/interactive_media_ads/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'dev.flutter.packages.interactive_media_ads'
namespace = "dev.flutter.packages.interactive_media_ads"

compileSdk = flutter.compileSdkVersion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (flutterVersionName == null) {
// #docregion android_desugaring
android {
// #enddocregion android_desugaring
namespace "dev.flutter.packages.interactive_media_ads_example"
namespace = "dev.flutter.packages.interactive_media_ads_example"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

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

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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'io.flutter.plugins.localauth'
namespace = "io.flutter.plugins.localauth"
compileSdk = flutter.compileSdkVersion

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

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


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

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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'io.flutter.plugins.pathprovider'
namespace = "io.flutter.plugins.pathprovider"
compileSdk = flutter.compileSdkVersion

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

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


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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'com.example.alternate_language_test_plugin'
namespace = "com.example.alternate_language_test_plugin"
compileSdk = flutter.compileSdkVersion

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'com.example.test_plugin'
namespace = "com.example.test_plugin"
compileSdk = flutter.compileSdkVersion

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

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

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

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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'io.flutter.plugins.quickactions'
namespace = "io.flutter.plugins.quickactions"
compileSdk = flutter.compileSdkVersion

defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (flutterVersionName == null) {
def androidXTestVersion = '1.4.0'

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


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 @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}

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

compileOptions {
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 @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}

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

compileOptions {
Expand Down
Loading