update gitignore && package name

This commit is contained in:
naipu
2025-09-24 10:23:36 +08:00
parent f012c3bf52
commit d46968bf0e
3 changed files with 6 additions and 4 deletions

3
.gitignore vendored
View File

@@ -5,3 +5,6 @@
build build
app/build app/build
ui ui
.idea
.vscode

View File

@@ -1,7 +1,7 @@
/* /*
* This source file was generated by the Gradle 'init' task * This source file was generated by the Gradle 'init' task
*/ */
package app.src.main.java.cn.naipu.MiraiTris; package cn.naipu.MiraiTris;
public class App { public class App {
public String getGreeting() { public String getGreeting() {

View File

@@ -1,11 +1,10 @@
/* /*
* This source file was generated by the Gradle 'init' task * This source file was generated by the Gradle 'init' task
*/ */
package app.src.test.java.cn.naipu.MiraiTris; package cn.naipu.MiraiTris;
import org.junit.Test; import org.junit.Test;
import static org.junit.Assert.*; import static org.junit.Assert.*;
import app.src.main.java.cn.naipu.MiraiTris.App;
public class AppTest { public class AppTest {
@Test public void appHasAGreeting() { @Test public void appHasAGreeting() {