We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504b45c commit 727762aCopy full SHA for 727762a
app/pom.xml
@@ -18,6 +18,7 @@
18
<properties>
19
<abs.version>4.3.1</abs.version>
20
<dagger.version>1.0.0</dagger.version>
21
+ <otto.version>1.3.3</otto.version>
22
<gson.version>2.2.3</gson.version>
23
</properties>
24
@@ -86,7 +87,7 @@
86
87
<dependency>
88
<groupId>com.squareup</groupId>
89
<artifactId>otto</artifactId>
- <version>1.3.3</version>
90
+ <version>${otto.version}</version>
91
</dependency>
92
93
<groupId>junit</groupId>
0 commit comments