Skip to content

Commit 3e425bb

Browse files
authored
Merge pull request #5 from sunilk9211/v.1.0.0-alpha02
remove package error
2 parents 41f0178 + 1c3f0f1 commit 3e425bb

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
compileSdk 32
88

99
defaultConfig {
10-
applicationId "com.sunilk9211.toastit"
10+
applicationId "com.sunilkumar.toastproject"
1111
minSdk 23
1212
targetSdk 32
1313
versionCode 1

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.sunilk9211.toastit">
4+
package="com.sunilkumar.toastproject">
55

66
<application
77
android:allowBackup="true"
@@ -14,7 +14,7 @@
1414
android:theme="@style/Theme.ToastProject"
1515
tools:targetApi="31">
1616
<activity
17-
android:name="com.sunilkumar.toastit.com.sunilk9211.toastit.MainActivity"
17+
android:name="com.sunilkumar.toastproject.MainActivity"
1818
android:exported="true">
1919
<intent-filter>
2020
<action android:name="android.intent.action.MAIN" />

app/src/main/java/com/sunilkumar/toastproject/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.sunilkumar.toastproject
22

33
import android.os.Bundle
44
import androidx.appcompat.app.AppCompatActivity
5-
import com.sunilk9211.toastit.R
65
import com.sunilk9211.toastit.ToastIt
76

87
class MainActivity : AppCompatActivity() {

toasterlibrary/src/main/java/com/sunilk9211/toastit/ToastDialog.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import android.view.WindowManager
1313
import android.widget.TextView
1414
import androidx.cardview.widget.CardView
1515
import androidx.fragment.app.DialogFragment
16-
import com.sunilkumar.toasterlibrary.R
1716
import kotlinx.coroutines.CoroutineScope
1817
import kotlinx.coroutines.Dispatchers
1918
import kotlinx.coroutines.delay

0 commit comments

Comments
 (0)