Skip to content

Commit 1c0b0a2

Browse files
committedOct 26, 2015
upd README
1 parent 6d075b9 commit 1c0b0a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ You should add to your pom.xml:
1212
<dependency>
1313
<groupId>com.github.idamobile</groupId>
1414
<artifactId>dagger-proguard-helper-processor</artifactId>
15-
<version>1.0-SNAPSHOT</version>
15+
<version>1.0.1-SNAPSHOT</version>
1616
<scope>provided</scope>
1717
</dependency>
1818

1919
Also add to your `<repositories>`:
2020

2121
<repository>
22-
<id>ida-repo-public</id>
23-
<url>http://nexus.idamob.ru/content/groups/public/</url>
22+
<id>shaubert-snapshots</id>
23+
<url>https://github.com/shaubert/maven-repo/raw/master/snapshots</url>
2424
</repository>
2525

2626
The Dagger Proguard Helper annotation processor will generate `dagger-proguard-keepnames.cfg` at root of your project. You have to add this config file to proguard configuration. If you are using [android-maven-plugin](https://code.google.com/p/maven-android-plugin/) the configuration should be like following:

0 commit comments

Comments
 (0)
Please sign in to comment.