Skip to content

Commit

Permalink
refactor: remove excessive S in accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyMuse committed Jun 18, 2021
1 parent 9fdbcfc commit 66ae8ac
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.crazylegend.accesssibility
package com.crazylegend.accessibility

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.crazylegend.accesssibility">
package="com.crazylegend.accessibility">

</manifest>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.crazylegend.accesssibility
package com.crazylegend.accessibility

import android.accessibilityservice.AccessibilityService
import android.content.ComponentName
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.crazylegend.accesssibility
package com.crazylegend.accessibility

import org.junit.Test

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include ':retrofit'
include ':security'
include ':kotlinextensions'
include ':app'
include ':accesssibility'
include ':accessibility'
include ':animations'
include ':audio'
include ':activity'
Expand Down

0 comments on commit 66ae8ac

Please sign in to comment.