fix(theme-detection): added android platform (#3143)

This commit is contained in:
Marius Backes 2019-08-30 15:52:07 +02:00 committed by Daniel Sogl
parent 4d1e0e6949
commit a55bb60d70

View File

@ -44,7 +44,7 @@ export interface ThemeDetectionResponse {
repo: 'https://github.com/mariusbackes/cordova-plugin-theme-detection',
install: 'cordova plugin add cordova-plugin-theme-detection',
installVariables: [],
platforms: ['iOS']
platforms: ['iOS', 'Android']
})
@Injectable()
export class ThemeDetection extends IonicNativePlugin {