We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8f80f commit aa49732Copy full SHA for aa49732
1 file changed
README.md
@@ -29,13 +29,13 @@ Maven
29
<dependency>
30
<groupId>com.akexorcist</groupId>
31
<artifactId>localizationactivity</artifactId>
32
- <version>1.2.1</version>
+ <version>1.2.2</version>
33
</dependency>
34
```
35
36
Gradle
37
38
-compile 'com.akexorcist:localizationactivity:1.2.1'
+compile 'com.akexorcist:localizationactivity:1.2.2'
39
40
41
(Optional) You can exclude `com.android.support:appcompat-v7`, if your project doens't use AppCompat v7 and declare this library with delegate way.
0 commit comments