Add AnExplorer to run_on_app_dumps

Content of README.google:
Name: AnExplorer
URL: https://github.com/christofferqa/AnExplorer
Version: NA
Revision: 365927477b8eab4052a1882d5e358057ae3dee4d
Date: Dec 13, 2018
License: Apache License 2.0

Project forked from https://github.com/1hakr/AnExplorer

Bug: 152155164
Change-Id: Ide618c5929d461cd531be3796df2a4db13af5a91
diff --git a/.gitignore b/.gitignore
index 62d3333..2e52db3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -124,10 +124,12 @@
 third_party/openjdk/openjdk-9.0.4/windows.tar.gz
 third_party/openjdk/openjdk-rt-1.8
 third_party/openjdk/openjdk-rt-1.8.tar.gz
-third_party/opensource-apps/applymapping
-third_party/opensource-apps/applymapping.tar.gz
 third_party/opensource-apps/android-suite-calculator
 third_party/opensource-apps/android-suite-calculator.tar.gz
+third_party/opensource-apps/anexplorer
+third_party/opensource-apps/anexplorer.tar.gz
+third_party/opensource-apps/applymapping
+third_party/opensource-apps/applymapping.tar.gz
 third_party/opensource_apps
 third_party/opensource_apps.tar.gz
 third_party/proguard/*
diff --git a/third_party/opensource-apps/anexplorer.tar.gz.sha1 b/third_party/opensource-apps/anexplorer.tar.gz.sha1
new file mode 100644
index 0000000..8ea778f
--- /dev/null
+++ b/third_party/opensource-apps/anexplorer.tar.gz.sha1
@@ -0,0 +1 @@
+e535845be72fed0ecf4ff622ccd7feeb59deea9f
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 414d2d0..3fb76b4 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -69,6 +69,15 @@
     'folder': 'android-suite-calculator',
   }),
   App({
+    'id': 'dev.dworks.apps.anexplorer.pro',
+    'name': 'AnExplorer',
+    'dump_app': 'dump_app.zip',
+    'apk_app': 'AnExplorer-googleMobileProRelease-4.0.3.apk',
+    'url': 'https://github.com/christofferqa/AnExplorer',
+    'revision': '365927477b8eab4052a1882d5e358057ae3dee4d',
+    'folder': 'anexplorer',
+  }),
+  App({
     'id': 'com.example.applymapping',
     'name': 'applymapping',
     'dump_app': 'dump_app.zip',