aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar KillyMXI2017-07-01 20:45:54 +0300
committerGravatar KillyMXI2017-07-01 20:45:54 +0300
commitc92807772b49dc8c235b22ae67112446b38fb2f5 (patch)
tree58e95a91ca01923d9e6789cd42eac4a24e8bbeda /build.gradle
parent30fc032b520cc28c61e3e6ec776bfe2a5124eaa5 (diff)
create preview images with respect to EXIF Orientation tag
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4b1e62bc..a5f37a2b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,9 @@
allprojects {
repositories {
mavenCentral()
- jcenter()
+ jcenter()
maven { url "https://jitpack.io" }
+ maven { url "https://repository.apache.org/content/repositories/snapshots/" }
}
apply plugin: 'com.github.ben-manes.versions'
dependencyUpdates.resolutionStrategy = {