Skip to content

Commit 727762a

Browse files
committed
moving version number to property
1 parent 504b45c commit 727762a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<properties>
1919
<abs.version>4.3.1</abs.version>
2020
<dagger.version>1.0.0</dagger.version>
21+
<otto.version>1.3.3</otto.version>
2122
<gson.version>2.2.3</gson.version>
2223
</properties>
2324

@@ -86,7 +87,7 @@
8687
<dependency>
8788
<groupId>com.squareup</groupId>
8889
<artifactId>otto</artifactId>
89-
<version>1.3.3</version>
90+
<version>${otto.version}</version>
9091
</dependency>
9192
<dependency>
9293
<groupId>junit</groupId>

0 commit comments

Comments
 (0)