I am using this code to get the Google Play Store app version but this is causing my app to hang. Please specify another way to get the app version or how I can use this code to
just try this,
Replace the code ,
.get() .select("div:containsOwn(Current Version)") .next() .text();