[android] Add ImageActivity to show images in full-screen

This commit is contained in:
Torsten Grote
2018-11-16 18:58:16 -02:00
parent 008cf95741
commit fbe5df8938
15 changed files with 397 additions and 20 deletions

View File

@@ -5,6 +5,7 @@ allprojects {
jcenter()
mavenLocal()
google()
maven { url "https://jitpack.io" }
}
afterEvaluate {
tasks.withType(Test) {