Skip to content

Commit 73a6c94

Browse files
Fix name
1 parent 01e567e commit 73a6c94

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![](https://jitpack.io/v/AleksanderMielczarek/AndroidAnnotationsPermissionDispatcherPlugin.svg)](https://jitpack.io/#AleksanderMielczarek/AndroidAnnotationsPermissionDispatcherPlugin)
22

3-
# AndroidAnnotationsPermissionDispatcherPlugin
3+
# AndroidAnnotationsPermissionsDispatcherPlugin
44

55
Plugin for [AndroidAnnotations](http://androidannotations.org/) allowing to use it together with [PermissionsDispatcher](https://github.com/hotchemi/PermissionsDispatcher).
66
All you have to do is to include it in your dependencies.
@@ -26,7 +26,7 @@ dependencies {
2626
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.1.3'
2727
compile 'org.androidannotations:androidannotations-api:4.0.0'
2828
apt 'org.androidannotations:androidannotations:4.0.0'
29-
apt 'com.github.AleksanderMielczarek:AndroidAnnotationsPermissionDispatcherPlugin:0.1.0'
29+
apt 'com.github.AleksanderMielczarek:AndroidAnnotationsPermissionsDispatcherPlugin:0.1.0'
3030
}
3131
```
3232

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'AndroidAnnotationsPermissionDispatcherPlugin'
1+
rootProject.name = 'AndroidAnnotationsPermissionsDispatcherPlugin'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
/**
1111
* Created by Aleksander Mielczarek on 19.06.2016.
1212
*/
13-
public class AndroidAnnotationsPermissionDispatcherPlugin extends AndroidAnnotationsPlugin {
13+
public class AndroidAnnotationsPermissionsDispatcherPlugin extends AndroidAnnotationsPlugin {
1414

1515
@Override
1616
public String getName() {
17-
return "androidannotationspermissiondispatcherplugin";
17+
return "androidannotationspermissionsdispatcherplugin";
1818
}
1919

2020
@Override
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
com.github.aleksandermielczarek.androidannotationspermissiondispatcherplugin.AndroidAnnotationsPermissionDispatcherPlugin
1+
com.github.aleksandermielczarek.androidannotationspermissiondispatcherplugin.AndroidAnnotationsPermissionsDispatcherPlugin

0 commit comments

Comments
 (0)