Default backup API key to unused

This commit is contained in:
J-Jamet
2020-12-02 09:54:47 +01:00
parent 3d12a0e8e9
commit 66e8b7702b

View File

@@ -20,7 +20,7 @@ android {
testInstrumentationRunner = "android.test.InstrumentationTestRunner"
buildConfigField "String[]", "ICON_PACKS", "{\"classic\",\"material\"}"
manifestPlaceholders = [ googleAndroidBackupAPIKey:"" ]
manifestPlaceholders = [ googleAndroidBackupAPIKey:"unused" ]
kapt {
arguments {