Skip to content

Commit 41f0178

Browse files
authored
Merge pull request #4 from sunilk9211/v.1.0.0-alpha02
package name change
2 parents 39c0275 + 81ac6e6 commit 41f0178

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

app/src/androidTest/java/com/sunilk9211/toastit/ExampleInstrumentedTest.kt renamed to app/src/androidTest/java/com/sunilkumar/toastproject/ExampleInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.sunilk9211.toastit
1+
package com.sunilkumar.toastproject
22

33
import androidx.test.platform.app.InstrumentationRegistry
44
import androidx.test.ext.junit.runners.AndroidJUnit4

app/src/main/java/com/sunilk9211/toastit/MainActivity.kt renamed to app/src/main/java/com/sunilkumar/toastproject/MainActivity.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
package com.sunilk9211.toastit
1+
package com.sunilkumar.toastproject
22

33
import android.os.Bundle
44
import androidx.appcompat.app.AppCompatActivity
5+
import com.sunilk9211.toastit.R
6+
import com.sunilk9211.toastit.ToastIt
57

68
class MainActivity : AppCompatActivity() {
79
override fun onCreate(savedInstanceState: Bundle?) {

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
66
android:background="@android:color/holo_green_dark"
7-
tools:context=".MainActivity"/>
7+
tools:context="com.sunilkumar.toastproject.MainActivity"/>

app/src/test/java/com/sunilk9211/toastit/ExampleUnitTest.kt renamed to app/src/test/java/com/sunilkumar/toastproject/ExampleUnitTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.sunilk9211.toastit
1+
package com.sunilkumar.toastproject
22

33
import org.junit.Test
44

0 commit comments

Comments
 (0)