-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We defined the app namespace, which implies to change the directories name. So does this commit
- Loading branch information
Showing
13 changed files
with
18 additions
and
126 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...android/sample/ExampleInstrumentedTest.kt → ...h/hikemate/app/ExampleInstrumentedTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...a/com/android/sample/screen/MainScreen.kt → ...java/ch/hikemate/app/screen/MainScreen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/java/com/android/sample/SimpleData.kt → ...c/main/java/ch/hikemate/app/SimpleData.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.android.sample | ||
package ch.hikemate.app | ||
|
||
import kotlin.math.sqrt | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...in/java/com/android/sample/resources/C.kt → .../main/java/ch/hikemate/app/resources/C.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.android.sample.resources | ||
package ch.hikemate.app.resources | ||
|
||
// Like R, but C | ||
object C { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
.../android/sample/ExampleRobolectricTest.kt → ...ch/hikemate/app/ExampleRobolectricTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ava/com/android/sample/ExampleUnitTest.kt → ...t/java/ch/hikemate/app/ExampleUnitTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.android.sample | ||
package ch.hikemate.app | ||
|
||
import org.junit.Assert.* | ||
import org.junit.Test | ||
|
2 changes: 1 addition & 1 deletion
2
...test/java/com/android/sample/PointTest.kt → ...rc/test/java/ch/hikemate/app/PointTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.android.sample | ||
package ch.hikemate.app | ||
|
||
import org.junit.Assert.assertEquals | ||
import org.junit.Test | ||
|
4 changes: 2 additions & 2 deletions
4
...com/android/sample/screen/SecondScreen.kt → ...va/ch/hikemate/app/screen/SecondScreen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters