update gitignore && package name
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,3 +5,6 @@
|
|||||||
build
|
build
|
||||||
app/build
|
app/build
|
||||||
ui
|
ui
|
||||||
|
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
@@ -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() {
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user