diff --git a/metadata/com.gtp.showapicturetoyourfriend.txt b/metadata/com.gtp.showapicturetoyourfriend.txt new file mode 100644 index 0000000000..9f73b4d93f --- /dev/null +++ b/metadata/com.gtp.showapicturetoyourfriend.txt @@ -0,0 +1,27 @@ +Categories:Security,Graphics +License:MIT +Web Site:https://github.com/Somethingweirdhere/Secure-Photo-Viewer +Source Code:https://github.com/Somethingweirdhere/Secure-Photo-Viewer +Issue Tracker:https://github.com/Somethingweirdhere/Secure-Photo-Viewer/issues + +Auto Name:Secure photo viewer +Summary:A media-viewer that functions ontop of your lockscreen +Description: +To be used whenever you are showing off pictures to your phone. Prevents someone +seeing what they are not supposed to or doing anything to your phone. Start the +app by sharing pictures or videos. +. + +Repo Type:git +Repo:https://github.com/Somethingweirdhere/Secure-Photo-Viewer.git + +Build:1.0,1 + commit=v1.0 + subdir=app + patch=repo.patch + gradle=yes + +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:1.0 +Current Version Code:1 diff --git a/metadata/com.gtp.showapicturetoyourfriend/repo.patch b/metadata/com.gtp.showapicturetoyourfriend/repo.patch new file mode 100644 index 0000000000..9b8ba0edfd --- /dev/null +++ b/metadata/com.gtp.showapicturetoyourfriend/repo.patch @@ -0,0 +1,22 @@ +From e4eb110c185543d4251b5d21964d497b81324eb3 Mon Sep 17 00:00:00 2001 +From: Pierre Rudloff +Date: Fri, 4 May 2018 11:33:05 +0200 +Subject: [PATCH] Update build.gradle + +Add google repostiory +--- + build.gradle | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/build.gradle b/build.gradle +index c2ac3d1..f5f903c 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -3,6 +3,7 @@ + buildscript { + repositories { + jcenter() ++ google() + } + dependencies { + classpath 'com.android.tools.build:gradle:3.0.0'