Skip to content

Commit

Permalink
Merge pull request #53 from duonghongthuan/master
Browse files Browse the repository at this point in the history
Fix google change html element
  • Loading branch information
tschoffelen authored Dec 5, 2018
2 parents ffcbc55 + c375791 commit fe45dca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { type IProvider } from './types';
const MARKETVERSION_STARTTOKEN = 'softwareVersion">';
const MARKETVERSION_ENDTOKEN = '</span>';
const MARKETVERSION_STARTTOKEN_NEW =
'Current Version</div><span class="htlgb"><div><span class="htlgb">';
'Current Version</div><span class="htlgb"><div class="IQ1z0d"><span class="htlgb">';

export type PlayStoreGetVersionOption = {
packageName?: string,
Expand Down

0 comments on commit fe45dca

Please sign in to comment.