0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00

Rename ChessFilter.java to .kt

package: com.ichi2.libanki.hooks
This commit is contained in:
codingtosh 2021-12-31 09:52:57 +05:30 committed by Mike Hardy
parent 20a9017191
commit 0a1ff1f4ef
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ permission notice:
// Example of class name: "/com/ichi2/anki/UIUtils.kt"
// Ensure that it starts with '/' (slash)
def source = Source.MAIN
def className = ""
def className = "/com/ichi2/libanki/hooks/ChessFilter.kt"
enum Source {
MAIN("/src/main/java"),