Skip to content

Commit 4f8bbc4

Browse files
committed
pinch zoom, camera ratio added
1 parent 72a024d commit 4f8bbc4

2 files changed

Lines changed: 894 additions & 14 deletions

File tree

GeoTagImage/build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,3 @@ dependencies {
6262
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0'
6363
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0'
6464
}
65-
66-
afterEvaluate {
67-
publishing {
68-
publications {
69-
release(MavenPublication) {
70-
from components.release
71-
72-
groupId = "com.dangiashish"
73-
artifactId = "geotagimage"
74-
version = "1.2.3"
75-
}
76-
}
77-
}
78-
}

0 commit comments

Comments
 (0)