Add simple-gallary to run_on_app_dumps

Contents of README.google:
Name: Simple Gallary
URL: https://github.com/SimpleMobileTools/Simple-Gallery
Version: NA
Revision: 564e56b20d33b28d0018c8087ec705beeb60785e
Date: Nov 9, 2020
License: GNU General Public License v3.0

Bug: 152155164
Change-Id: I505fa04597c70808438030ab06095b8eacf13e05
diff --git a/.gitignore b/.gitignore
index 4bb4462..3bfb1c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -160,6 +160,8 @@
 third_party/opensource-apps/simple-camera.tar.gz
 third_party/opensource-apps/simple-file-manager
 third_party/opensource-apps/simple-file-manager.tar.gz
+third_party/opensource-apps/simple-gallery
+third_party/opensource-apps/simple-gallery.tar.gz
 third_party/opensource-apps/sunflower
 third_party/opensource-apps/sunflower.tar.gz
 third_party/opensource-apps/wikipedia
diff --git a/third_party/opensource-apps/simple-gallery.tar.gz.sha1 b/third_party/opensource-apps/simple-gallery.tar.gz.sha1
new file mode 100644
index 0000000..b2d42db
--- /dev/null
+++ b/third_party/opensource-apps/simple-gallery.tar.gz.sha1
@@ -0,0 +1 @@
+7d086ce14817cf834cdbf99338aeace3f198bc67
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 5abb580..0dad203 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -276,6 +276,17 @@
     'folder': 'simple-file-manager',
   }),
   App({
+    'id': 'com.simplemobiletools.gallery.pro',
+    'name': 'Simple-Gallery',
+    'dump_app': 'dump_app.zip',
+    'apk_app': 'gallery-326-foss-release.apk',
+    'url': 'https://github.com/SimpleMobileTools/Simple-Gallery',
+    'revision': '564e56b20d33b28d0018c8087ec705beeb60785e',
+    'folder': 'simple-gallery',
+    # TODO(b/172818477): Cannot recompile.
+    'skip_recompilation': True,
+  }),
+  App({
     'id': 'org.wikipedia',
     'name': 'Wikipedia',
     'dump_app': 'dump_app.zip',