diff --git a/android/app/build.gradle b/android/app/build.gradle index 2ff4fb01..01b4bb70 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -50,6 +50,9 @@ android { versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" android.defaultConfig.vectorDrawables.useSupportLibrary = true + manifestPlaceholders = [ + overridePebbleKitProvider: 'true', // This makes the app incompatible with the official Pebble app when set to 'true' + ] } signingConfigs { release { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 85bdf47b..05c96848 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -172,9 +172,10 @@ \ No newline at end of file