Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Sep 27, 2016
1 parent dce4d3b commit e45266c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
}

dependencies {
compile project(':rxpermissions2')
compile project(':rxpermissions')

compile rootProject.ext.appCompat
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include 'lib'
project(':lib').name = 'rxpermissions2'
project(':lib').name = 'rxpermissions'
include 'sample'

0 comments on commit e45266c

Please sign in to comment.