Skip to content

Commit

Permalink
fix: fix package naame isuse
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 14, 2023
1 parent a2cd6f9 commit 5d3a9f4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.unitmesh.inference
package org.unitmesh.inference

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.unitmesh.inference
package org.unitmesh.inference

import android.os.Bundle
import androidx.activity.ComponentActivity
Expand All @@ -10,7 +10,7 @@ import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.tooling.preview.Preview
import com.unitmesh.inference.ui.theme.InferenceExampleTheme
import org.unitmesh.inference.ui.theme.InferenceExampleTheme

class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.unitmesh.inference.ui.theme
package org.unitmesh.inference.ui.theme

import androidx.compose.ui.graphics.Color

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.unitmesh.inference.ui.theme
package org.unitmesh.inference.ui.theme

import android.app.Activity
import android.os.Build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.unitmesh.inference.ui.theme
package org.unitmesh.inference.ui.theme

import androidx.compose.material3.Typography
import androidx.compose.ui.text.TextStyle
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.unitmesh.inference
package org.unitmesh.inference

import org.junit.Test

Expand Down

0 comments on commit 5d3a9f4

Please sign in to comment.