Refactor and settup for release configuration

This commit is contained in:
Данил
2025-06-14 19:31:09 +07:00
parent 7217515b38
commit 58bcb3e6f7
35 changed files with 362 additions and 7458 deletions
@@ -0,0 +1,17 @@
package com.samsungschool.tasktracker;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
}