Skip to content

Commit

Permalink
Update EasyPermissions version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkennethcarino committed Jan 28, 2018
1 parent 928f8c0 commit b0b2341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class EditorFragment : Fragment(), EditorContract.View, EasyPermissions.Permissi
@AfterPermissionGranted(RC_AD_READ_WRITE_PERM)
private fun requestAnkiDroidPermissionIfNecessary() {
if (EasyPermissions.hasPermissions(
activity?.applicationContext,
activity!!.applicationContext,
AddContentApi.READ_WRITE_PERMISSION)) {
loadAnkiEditor()
} else {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
'support_library' : '27.0.2',
'constraint_layout': '1.0.2',
'kotlin' : '1.2.21',
'easypermissions' : '0.4.3',
'easypermissions' : '1.1.3',
'ankidroid_api' : '1.1.0alpha5',
'rtexteditorview' : '0.1.1',
'color_picker' : '1.0.1'
Expand Down

0 comments on commit b0b2341

Please sign in to comment.