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

refactor: Rename StatsTest.java to .kt

com.ichi2.libanki.StatsTest
This commit is contained in:
David Allison 2022-08-20 21:27:26 +01:00 committed by lukstbit
parent bbdbfaf9f9
commit bf7a6e12cf
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/libanki/StatsTest.kt"
enum Source {
MAIN("/src/main/java"),