1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-04 18:03:21 +08:00
This commit is contained in:
wasabeef
2016-04-21 15:18:48 +09:00
parent 4d7190847c
commit 219b32bbcc
2 changed files with 28 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ import android.test.ApplicationTestCase;
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Application.class);
}
public ApplicationTest() {
super(Application.class);
}
}