Skip to content

Commit 1c753ac

Browse files
Git ignore cloudinary-android-test/src/main/AndroidManifest.xml. Fix tag lib dependency
1 parent 6f19e3f commit 1c753ac

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ test-output/
1414

1515
*.iml
1616

17-
appengine-web.xml
17+
appengine-web.xml
18+
19+
cloudinary-android-test/src/main/AndroidManifest.xml

cloudinary-android-test/src/main/AndroidManifest.xml renamed to cloudinary-android-test/src/main/AndroidManifest.xml.sample

File renamed without changes.

cloudinary-taglib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependencies>
1616
<dependency>
1717
<groupId>com.cloudinary</groupId>
18-
<artifactId>cloudinary-http42</artifactId>
18+
<artifactId>cloudinary</artifactId>
1919
<version>${project.version}</version>
2020
</dependency>
2121
<dependency>

0 commit comments

Comments
 (0)