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

Renamed CardTemplateEditorTest.java to CardTemplateEditorTest.kt

This commit is contained in:
Akshay 2022-01-15 20:56:03 +05:30 committed by Mike Hardy
parent c9ccd64061
commit a0b1c04178
2 changed files with 2 additions and 2 deletions

View File

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