Skip to content

Commit

Permalink
make pebblekit override disabled by default for testers
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Jun 10, 2024
1 parent bd2e612 commit 85c89a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
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'
overridePebbleKitProvider: 'false', // This makes the app incompatible with the official Pebble app when set to 'true'
]
}
signingConfigs {
Expand Down

0 comments on commit 85c89a9

Please sign in to comment.