Skip to content

Commit e80bcf5

Browse files
author
Shintaro Katafuchi
committed
Prepare for 2.0.3.
1 parent 37480d9 commit e80bcf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ And on your **app module** `build.gradle`:
2626
apply plugin: 'android-apt'
2727
2828
dependencies {
29-
compile 'com.github.hotchemi:permissionsdispatcher:2.0.2'
30-
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.2'
29+
compile 'com.github.hotchemi:permissionsdispatcher:2.0.3'
30+
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.3'
3131
}
3232
```
3333

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USER = hotchemi
55
GROUP_ID = com.github.hotchemi
66
ARTIFACT_ID_LIBRARY = permissionsdispatcher
77
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
8-
VERSION = 2.0.2
8+
VERSION = 2.0.3
99
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
1010
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
1111
LICENCES = ['Apache-2.0']
5.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)