Skip to content

Commit e8f2674

Browse files
committed
Release version 0.1.0
1 parent ce7bc5f commit e8f2674

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

pom.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<artifactId>oss</artifactId>
88
<version>0.0.6</version>
99
</parent>
10-
11-
<groupId>com.android.gallery3d</groupId>
10+
11+
<groupId>com.sdklite</groupId>
1212
<artifactId>exif</artifactId>
13-
<version>0.1.0-SNAPSHOT</version>
13+
<version>0.1.0</version>
1414
<packaging>jar</packaging>
1515

1616
<name>${project.artifactId}</name>
@@ -43,4 +43,13 @@
4343
</developer>
4444
</developers>
4545

46+
<dependencies>
47+
<dependency>
48+
<groupId>com.google.android</groupId>
49+
<artifactId>android</artifactId>
50+
<version>4.1.1.4</version>
51+
<scope>provided</scope>
52+
</dependency>
53+
</dependencies>
54+
4655
</project>

0 commit comments

Comments
 (0)